hydromodpy.display.runs#

Per-run figure rendering helpers.

Bridges Run and the figure registry in hydromodpy.display. Saving and showing are driven by DisplayConfig (TOML [display] section).

Functions

render_figure(figure_name, sim, *[, save])

Render one figure registered in hydromodpy.display.

render_figures_for_run(sim, display_cfg, *, ...)

Render the figures listed in display_cfg for one Run.

resolve_run_output_dir(display_cfg, *, ...)

Return the directory where figures for one run should be saved.