plotly_express icon indicating copy to clipboard operation
plotly_express copied to clipboard

Faceting not working in Density Plots

Open happyshows opened this issue 5 years ago • 2 comments

px.density_heatmap(iris, x="sepal_length", y="sepal_width", facet_row='species',
                   marginal_x="rug", marginal_y="histogram",width=800)

same for density_contour

image

In stead of faceting, the chart default to overlay somehow.

happyshows avatar Jul 06 '19 14:07 happyshows

That's right: at the moment you can't use facet_* and marginal_* simultaneously.

nicolaskruchten avatar Jul 07 '19 01:07 nicolaskruchten

Hi @nicolaskruchten, any updates on allowing facet_* and marginal_* to work together?

CarlaFernandez avatar Jul 05 '22 08:07 CarlaFernandez