Plotly 5.11 Pandas 1.5.1 Easy reproduction here: ``` import plotly.express as px df = px.data.iris() px.scatter(df, x="sepal_width", y="sepal_length", color="species") df.plot.scatter(x="sepal_width", y="sepal_length", color="species") ``` <img width="953" alt="Screenshot 2022-11-16 at 7 44 47 AM" src="https://user-images.githubusercontent.com/13702392/202183992-99269969-4597-4862-9866-82fe79048985.png">