ramp.Plot.shadow

Plot.shadow(main_column=None, columns='all', average=True, engine='matplotlib', **kwargs)

creating a shadow plot

Parameters:
  • main_column (str, optional) – the main column in the data to consider with darker color, by default None

  • columns (list, optional) – columns to consider as the shadow plots, by default “all” to take all the columns

  • average (bool, optional) – if True, will take the average profile as the dark line, by default True

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

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

Return type:

a matplotlib or plotly graph