simpeg.utils.plot_1d_layer_model#
- simpeg.utils.plot_1d_layer_model(thicknesses, values, z0=0, scale='log', ax=None, plot_elevation=False, show_layers=False, vlim=None, **kwargs)[source]#
Plot the vertical profile for a 1D layered Earth model.
- Parameters:
- thicknesses
list
ornumpy.ndarray
of
float
A
list
ornumpy.ndarray
containing the layer thicknesses from the top layer down- values
list
ornumpy.ndarray
of
float
A
list
ornumpy.ndarray
containing the physical property values from the top layer down- z0
float
Elevation of the surface
- scale: {‘linear’, ‘log’}
Plot physical property values on a linear or log10 scale.
- ax: matplotlib.axes.Axes, optional
An axis object for the plot
- plot_elevationbool
If
False
, the yaxis will be the depth. IfTrue
, the yaxis is the elevation.- show_layersbool
Plot horizontal lines to denote layers.
- vlim
tuple
,optional
The limits for the x-axis.
- thicknesses
- Returns:
matplotlib.axes.Axes
The axis object that holds the plot
Galleries and Tutorials using simpeg.utils.plot_1d_layer_model
#
1D Forward Simulation for a Single Sounding
1D Inversion of Time-Domain Data for a Single Sounding
1D Forward Simulation for a Single Sounding
1D Inversion of for a Single Sounding
Simulate a 1D Sounding over a Layered Earth
Least-Squares 1D Inversion of Sounding Data
Sparse 1D Inversion of Sounding Data
Parametric 1D Inversion of Sounding Data