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

hist([merged_data_df, sim_array, obs_array, ...])

Plot a histogram comparing simulated and observed data.

plot(merged_data_df[, legend, metrics, ...])

Create a comparison time series line plot of simulated and observed time series data.

qqplot([merged_data_df, sim_array, ...])

Plot a Quantile-Quantile plot of the simulated and observed data.

scatter([merged_data_df, sim_array, ...])

Create a scatter plot of the observed and simulated data.