Plot
Plot a line on the chart
Method
Inputs
Parameter | Argument type | Description | Default Value |
---|---|---|---|
value | pd.Series or int or float or bool | Value to plot | - |
title | str | Title of the plot | - |
color | str | Color of the plot | - |
overlay | bool | Whether to overlay the plot on the chart or not | True |
Outputs
None