You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is partly addressed in #3240 and will be part of version 5.0 ... if you don't specify a width, in Jupyter the plot will fill the window width, but when rendering with PNG you won't get the same width, you'll get the underlying default.
Hi!
Thank you very much for your awesome library 🥇
I am having some issues about figure sizing with svg render. I think a reproducible example is very visual:
With default render (plotly_mimetype+notebook) the layout correctly changes the figure size:
But if I try it with svg render it ignores the layout 😢:
Do you know how to avoid this problem? I need an uniform strategy, that with the same code returns same figure size, excepting the rendered type.
Thank you in advance 👍
The text was updated successfully, but these errors were encountered: