-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Open
Labels
Description
Currently, several Plotly Express trace types do not support the facet parameter:
- Faceting: the 2D-cartesian plotting functions support row, column and wrapped facetting with
facet_row,facet_colandfacet_col_wraparguments.
This means scatter_3d, line_3d, scatter_ternary, line_ternary, scatter_polar, line_polar, bar_polar, scatter_mapbox, choropleth_mapbox, density_mapbox, line_mapbox, scatter_matrix, parallel_coordinates, parallel_categories, pie, sunburst, treetop, funnel_area do not support facets.
It'd be nice to add this parameter!