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
Convergence trace of a calibration session (objective vs iteration). |
|
Parameter-pair objective landscape for a calibration session. |
|
Objective surface over a 2D slice of the calibration parameter space. |
|
Parameter-pair scatter grid from a calibration session. |
|
Marginal posterior histograms from calibration iterations. |
|
Per-parameter and objective trace across calibration iterations. |
|
Solute concentration map. |
|
Vertical cross-section of head along a row or column of cells. |
|
Spatial difference between two simulations on the same mesh. |
|
Flow-duration curve at a station. |
|
Ensemble envelope band for a SimulationGroup. |
|
Discharge hydrograph at a chosen station. |
|
Discharge hydrograph overlaying simulated and observed series. |
|
Standalone views of one canonical hydrographic network by role. |
|
Standard comparison figure for reference vs generated hydrographic networks. |
|
Particle pathlines drawn over the mesh footprint. |
|
Piezometric head timeseries overlaying simulated and observed series. |
|
Water-table elevation map (piezometric surface). |
|
Piper diagram of major-ion hydrochemistry. |
|
Low-flow recession curve analysis. |
|
Mean recharge map per cell. |
|
Residuals (sim minus obs) as time series and histogram. |
|
Scatter 1:1 plot of simulated vs observed values. |
|
Schoeller diagram (semi-log ion concentration profile). |
|
Seasonal box-plot of a timeseries grouped by month. |
|
Seepage area map (cells where the water table reaches the surface). |
|
Side-by-side spatial comparison of two simulations. |
|
Simulated active drainage-network map computed from accumulation flux. |
|
Stiff diagram of hydrochemical composition. |
|
Bar chart of the simulated solver budget components. |
|
Watershed identity-card figure. |