hydromodpy.spatial.geographic.cases.plotting_utils#

Small plotting helpers shared by geographic case launchers.

These helpers keep visual-review behavior consistent across cases: - force one interactive backend when needed, - maximize windows when possible, - show figures in blocking mode.

Functions

ensure_interactive_backend_for_show()

Switch to one GUI backend when running from inline/Agg contexts.

show_figures_blocking(*figures)

Show one or many figures in blocking mode and maximize window size.