invert4geom.plot_edge_effects#
- plot_edge_effects(grav_ds, layer, inner_region, plot_profile=True, coast=False)[source]#
Show the gravity edge effects and the percentage decay within the inner region and optionally a profile across the region.
- Parameters:
grav_ds (xarray.Dataset) â the gravity dataset
layer (xarray.DataArray) â the prism/tesseroid layer
inner_region (tuple[float, float, float, float]) â the inside region, where forward gravity is calculated
plot_profile (bool, optional) â plot a profile across the region, by default True
coast (bool, optional) â add coastline to plots, by default False
- Return type: