8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
px.histogram
test_pass_df_columns
1 parent 0a4f0a0 commit fa0305dCopy full SHA for fa0305d
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