hydromodpy.spatial.mesh.gmsh_grid.cases.reference_2d_geology_base.plotting#

Plotting helpers for the reference 2D geology-on-Gmsh case.

Functions

add_zone_cartouches(ax, entries)

Add one small legend-like cartouche strip under the raw-geology panel.

build_reference_case_figure(*, cfg, ...)

Build the 3-panel QA figure used by the reference 2D case.

disable_axis_offset(ax)

Disable offset formatting on both axes for projected coordinates.

maybe_scientific_colorbar(cbar, values)

Switch the colorbar formatter when values span extreme magnitudes.

plot_center_mesh_geology(ax, *, ...[, ...])

Plot the dominant geology zone per mesh cell.

plot_left_raw_geology(ax, *, geology_cfg, ...)

Plot raw geology support clipped to the mesh extent plus mesh edges.

plot_right_field_values(ax, *, mesh, ...)

Plot the final FieldParam values on the planar mesh.

show_figures_blocking(*figures)

Show figures with best-effort window management for manual QA.