Skip to content

Commit ccc7e89

Browse files
committed
Typo facet_row to color
1 parent a4932c6 commit ccc7e89

File tree

1 file changed

+1
-1
lines changed
  • packages/python/plotly/plotly/tests/test_optional/test_px

1 file changed

+1
-1
lines changed

Diff for: packages/python/plotly/plotly/tests/test_optional/test_px/test_colors.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ def test_color_categorical_dtype():
5959
df = px.data.tips()
6060
df["day"] = df["day"].astype("category")
6161
px.scatter(
62-
df[df.day != df.day.cat.categories[0]], x="total_bill", y="tip", facet_col="day"
62+
df[df.day != df.day.cat.categories[0]], x="total_bill", y="tip", color="day"
6363
)

0 commit comments

Comments
 (0)