Parameters
df: pd.DataFrame
The dataframe with the data to plotx: str
The column name of the data for the x-axisy: str
The column name of the data for the y-axishline: Optional[float] = None
An optional dashed horizontal line to draw on the plotvline: Optional[float] = None
An optional dashed vertical line to draw on the plot
Example