We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4a21e76 + fa0305d commit 4b743f6Copy full SHA for 4b743f6
packages/python/plotly/plotly/tests/test_optional/test_px/test_px.py
@@ -293,7 +293,7 @@ def test_category_order_with_category_as_x(backend):
293
# https://github.com/plotly/plotly.py/issues/4875
294
tips = nw.from_native(px.data.tips(return_type=backend))
295
fig = px.bar(
296
- tips,
+ tips.to_native(),
297
x="day",
298
y="total_bill",
299
color="smoker",
packages/python/plotly/plotly/tests/test_optional/test_px/test_px_input.py
@@ -464,7 +464,7 @@ def test_arguments_not_modified(backend):
464
def test_pass_df_columns(backend):
465
466
fig = px.histogram(
467
468
x="total_bill",
469
y="tip",
470
color="sex",
0 commit comments