To create a scatter plot in pandas, we use the DataFrame.plot.scatter() method. df.plot.scatter(x='SR', y='Runs', figsize=(10, 8));.
確定! 回上一頁