Scatterplot

Parameters
  • df: pd.DataFrame
    The dataframe with the data to plot
  • x: str
    The column name of the data for the x-axis
  • y: str
    The column name of the data for the y-axis
Example