Closed
Description
plotly==4.1.1
plotly-express==0.4.0
jupyter-lab==1.1.4
When using px.scatter with color
and facet_row
, the figure adds a ton of space between subplots. Need to give it excessive height to make plots square.
Also, .update_layout( showlegend=False)
is not removing the legend. The figure below has 20 subplots.
px.scatter(comps_year, x = 'count', y = 'sum', color = 'YEAR', facet_row= 'COMPANY_CLEAN', width = 500, height = 9000).update_layout(showlegend=False)
When I remove the width
and height
parameters, it renders like this:
Metadata
Metadata
Assignees
Labels
No labels