invert4geom.plot_inversion_topo_results

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 inversion

  • topo_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 plots

  • constraint_style (str) – pygmt style string for for constraint points, by default ā€˜x.3c’

  • fig_height (float) – height of the figure, by default 12

  • coast (bool) – add coastline to plots, by default False

Return type:

None