bulum.plots.plot_functions module
Plotting functions for single dataframes.
- plot_exceedence(df, labels=None)
- plot_flow(df, labels=None)
Plot the provided flow on a log scale.
- plot_flowx(df) Figure
Ref: https://www.youtube.com/watch?v=6AurbMHGqBY
- Parameters:
df (DataFrame)
- Return type:
plotly Figure