SolaraS
Solara3y ago
8 replies
artursp.

Remove controls from plotly figure

I'm using plotly to create clickable images that are tightly arranged. For this I need to remove the plotly controls. This can be done by passing config={'displayModeBar': False} to plotly.show, but as this is not a figure property I'm not sure how to accomplish this when doing solara.FigurePlotly(fig).
Was this page helpful?