ax2 = df.plot.scatter(x='length',  # doctest: +SKIP
                      y='width',
                      c='species',
                      colormap='viridis')
