Plot sebaran dari DataFrame di Python

>>> ax2 = df.plot.scatter(x='length',
...                       y='width',
...                       c='species',
...                       colormap='viridis')
Famous Flamingo