Skip to content

Commit

Permalink
feat: fix colorscales for inversion grav results
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanker committed May 7, 2024
1 parent 84215b4 commit 9218e68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/invert4geom/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -463,11 +463,12 @@ def plot_inversion_grav_results(
grid2_name=f"Final misfit: RMSE={round(final_rmse, 2)} mGal",
plot_type="xarray",
cmap="RdBu_r",
robust=False,
robust=True,
hist=True,
inset=False,
verbose="q",
title="difference",
diff_maxabs=True,
)


Expand Down

0 comments on commit 9218e68

Please sign in to comment.