hmp viz#

The hmp viz family groups the visualization helpers: one-shot figure render, full gallery render, and the Streamlit-based interactive UI.

show#

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

Render a single registered figure for one simulation. The simulation reference accepts a full UUID, a unique prefix, or the simulation name.

Example:

hmp viz show baseline watertable_map --output figures/watertable.png

serve#

Synopsis: hmp viz serve [--port <port>] [--workspace <path>]

Launch the Streamlit-based configuration and inspection UI for the active workspace.

Example:

hmp viz serve --port 8501