ax2 = df.plot.scatter(
    x="length", y="width", c="species", colormap="viridis"
)
