hmp viz#

The hmp viz family groups the visualization helpers: figure discovery, one-shot render, and full gallery render.

list#

Synopsis: hmp viz list [--kind <kind>]

Print the figure names accepted by [display].figures, with their kind (spatial, timeseries, comparison, section, balance) and the data each one requires.

Example:

hmp viz list
hmp viz list --kind spatial

show#

Synopsis: hmp viz show <ref> <figure> [--workspace <path>] [--output <path>]

Render one registered figure for one run. Without --output the PNG lands in runs/<name>/figures/<figure>.png. Use hmp viz list to get the exact figure name; an unknown name prints the full registry.

Example:

hmp viz show demo piezometric_map
hmp viz show demo watertable_depth_map --output /tmp/depth.png