invert4geom.plot_inversion_topo_results#
- plot_inversion_topo_results(prisms_ds, constraints_df=None, constraint_style='x.3c', fig_height=12, coast=False)[source]#
plot the initial and final topography grids from the inversion and their difference
- Parameters:
prisms_ds (
Dataset) ā dataset resulting from inversiontopo_cmap_perc (float, optional) ā value to multiple min and max values by for colorscale, by default 1
region (tuple[float, float, float, float], optional) ā clip grids to this region before plotting
constraints_df (
DataFrame|None) ā constraint points to include in the plotsconstraint_style (
str) ā pygmt style string for for constraint points, by default āx.3cāfig_height (
float) ā height of the figure, by default 12coast (
bool) ā add coastline to plots, by default False
- Return type: