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.

Parameters:
  • df (DataFrame) – Flow data

  • labels (list of str, optional)

Return type:

plt.Figure, plt.Axis

plot_flowx(df) Figure

Ref: https://www.youtube.com/watch?v=6AurbMHGqBY

Parameters:

df (DataFrame)

Return type:

plotly Figure