hydromodpy.display.figures#

Figure implementations.

Importing this package triggers registration of every figure class. Add a new figure by dropping a file in this directory that imports hydromodpy.display.register() and decorates a BaseFigure subclass — the module will be picked up automatically at package import time via pkgutil.iter_modules().

Modules

calibration_convergence

Convergence trace of a calibration session (objective vs iteration).

calibration_landscape

Parameter-pair objective landscape for a calibration session.

calibration_objective_surface

Objective surface over a 2D slice of the calibration parameter space.

calibration_pairplot

Parameter-pair scatter grid from a calibration session.

calibration_posterior

Marginal posterior histograms from calibration iterations.

calibration_trace

Per-parameter and objective trace across calibration iterations.

concentration_map

Solute concentration map.

cross_section

Vertical cross-section of head along a row or column of cells.

difference_map

Spatial difference between two simulations on the same mesh.

duration_curve

Flow-duration curve at a station.

ensemble_band

Ensemble envelope band for a SimulationGroup.

hydrograph

Discharge hydrograph at a chosen station.

hydrograph_sim_obs

Discharge hydrograph overlaying simulated and observed series.

hydrographic_network

Standalone views of one canonical hydrographic network by role.

hydrographic_network_comparison

Standard comparison figure for reference vs generated hydrographic networks.

particle_tracks

Particle pathlines drawn over the mesh footprint.

piezo_timeseries_sim_obs

Piezometric head timeseries overlaying simulated and observed series.

piezometric_map

Water-table elevation map (piezometric surface).

piper_diagram

Piper diagram of major-ion hydrochemistry.

recession

Low-flow recession curve analysis.

recharge_map

Mean recharge map per cell.

residuals

Residuals (sim minus obs) as time series and histogram.

scatter_one_to_one

Scatter 1:1 plot of simulated vs observed values.

schoeller_diagram

Schoeller diagram (semi-log ion concentration profile).

seasonal_boxplot

Seasonal box-plot of a timeseries grouped by month.

seepage_map

Seepage area map (cells where the water table reaches the surface).

side_by_side_map

Side-by-side spatial comparison of two simulations.

simulated_active_network

Simulated active drainage-network map computed from accumulation flux.

stiff_diagram

Stiff diagram of hydrochemical composition.

water_budget

Bar chart of the simulated solver budget components.

watershed_id_card

Watershed identity-card figure.