Visualization (hydrostats.visual)¶
hydrostats.visual Module¶
Contains different plotting functions for time series visualization.
It allows users to plot hydrographs, scatter plots, histograms, and quantile-quantile (qq) plots to visualize time series data. In some of the visualization functions, metrics can be added to the plots for a more complete summary of the data.
Functions¶
|
Plot a histogram comparing simulated and observed data. |
|
Create a comparison time series line plot of simulated and observed time series data. |
|
Plot a Quantile-Quantile plot of the simulated and observed data. |
|
Create a scatter plot of the observed and simulated data. |