Visualization (hydrostats.visual)¶
hydrostats.visual Module¶
The 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 (merged_data_df[, legend, metrics, …]) |
Create a comparison time series line plot of simulated and observed time series data. |
hist ([merged_data_df, sim_array, obs_array, …]) |
Plots a histogram comparing simulated and observed data. |
scatter ([merged_data_df, sim_array, …]) |
Creates a scatter plot of the observed and simulated data. |
qqplot ([merged_data_df, sim_array, …]) |
Plots a Quantile-Quantile plot of the simulated and observed data. |