#DataFrame.plot.scatter() method df.plot.scatter(x='col1', y='col2',label = 'label') plt.legend() plt.show()