ramp.Plot.line

Plot.line(columns=None, engine='matplotlib', **kwargs)

creating a like plot

Parameters:
  • columns (str,list, optional) – columns (cases of the data to plot), by default None that takes all the columns

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

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

Return type:

a matplotlib or plotly graph