hydromodpy.spatial.mesh.gmsh_grid.plotting_utils#
Gather small plotting helpers shared by the Gmsh reference scripts.
This file centralizes Matplotlib utilities that are reused across examples and comparison cases: backend switching, axis formatting, blocking display, and colorbar formatting. It exists to keep plotting policies consistent without mixing them into the mesh and discretization core.
Functions
|
Disable scientific offset notation on x/y axes. |
|
Switch to a GUI backend when running from inline/Agg contexts. |
|
Switch colorbar ticks to scientific notation when the value range demands it. |
|
Show one or many Matplotlib figures in blocking mode. |