ax = df.plot.barh(color={"speed": "red", "lifespan": "green"})  # doctest: +SKIP
