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_cell_values(ax, hydro_mesh, values, *)

Plot one scalar value per cell on a matplotlib Axes.