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:
thicknesseslist or numpy.ndarray of float

A list or numpy.ndarray containing the layer thicknesses from the top layer down

valueslist or numpy.ndarray of float

A list or numpy.ndarray containing the physical property values from the top layer down

z0float

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. If True, the yaxis is the elevation.

show_layersbool

Plot horizontal lines to denote layers.

vlimtuple, optional

The limits for the x-axis.

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 Forward Simulation for a Single Sounding

1D Inversion of for a Single Sounding

1D Inversion of for a Single Sounding

1D Forward Simulation for a Single Sounding

1D Forward Simulation for a Single Sounding

1D Inversion of Time-Domain Data for a Single Sounding

1D Inversion of Time-Domain Data for a Single Sounding

Simulate a 1D Sounding over a Layered Earth

Simulate a 1D Sounding over a Layered Earth

Least-Squares 1D Inversion of Sounding Data

Least-Squares 1D Inversion of Sounding Data

Sparse 1D Inversion of Sounding Data

Sparse 1D Inversion of Sounding Data

Parametric 1D Inversion of Sounding Data

Parametric 1D Inversion of Sounding Data