MCPcopy Create free account
hub / github.com/plotly/plotly.py / test_funnel

Function test_funnel

tests/test_optional/test_px/test_px_functions.py:466–472  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

464
465
466def test_funnel():
467 fig = px.funnel(
468 x=[5, 4, 3, 3, 2, 1],
469 y=["A", "B", "C", "A", "B", "C"],
470 color=["0", "0", "0", "1", "1", "1"],
471 )
472 assert len(fig.data) == 2
473
474
475def test_parcats_dimensions_max(backend):

Callers

nothing calls this directly

Calls 1

funnelMethod · 0.80

Tested by

no test coverage detected