There are the following ways to draw a scatter plot. ・When using plt (%matplotlib inline): plt.scatter() ・When using object-oriented (solving with code): ax.scatter() You can draw using these two ...