nwm_region_mgr.utils.plot_utils.plot_histogram#
- nwm_region_mgr.utils.plot_utils.plot_histogram(data, d1)[source]#
Generate histogram plots for multiple columns in dataframe.
- Return type:
None- Parameters:
data – pd.DataFrame DataFrame containing the donor-receiver pairing results.
d1 – dict information needed for creating the plot, including: - columns: list of column names to plot - ncols: number of columns in the subplot grid (default is 3) - title: title of the plot - var_str: variable string for the plot - vpu: VPU identifier - algorithm: algorithm used for pairing (optional)