ramp.Plot.load_duration_curve

Plot.load_duration_curve(column, engine='matplotlib', **kwargs)

plots the load duration curve

Parameters:
  • column (str) – the column to draw the load duration curve

  • engine (str, optional) – engine of the plot, by default “matplotlib”

  • **kwargs (optional) – matplotlib or plotly **kwargs

Return type:

a matplotlib or plotly graph