hydromodpy.spatial.mesh.plotting#
Unified plotting dispatch for HydroMesh.
A single plot_cell_values function that picks the best matplotlib
rendering strategy depending on the mesh topology (structured → pcolormesh,
triangles → tripcolor, polygons → PolyCollection).
Functions
|
Plot one scalar value per cell on a matplotlib Axes. |