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
I'm making another issue to document existing problems with text inside figures. Most of the problems have to do with tight explicit layout.margin + layout.(x|y)axis.automargin = True, but the first two examples in my codepen have no layout defined (using the default layout). Each Plotly.newPlot call has a comment above it describing the specific issue. Most of these examples are from our own docs.
I also have some screenshots from graphs using automargins; unfortunately I cannot easily, consistently reproduce them:
150° and 180° labels are cut off
axis labels overlap without rotating
top legend text is cut off
If it would be helpful, I can try to create examples for these figures, but hopefully the codepen provides a good starting point. I realize that the axis labels/tick labels/legend text may be different issues, so if you'd like me to create separate issues/codepens I can do that also.
polar charts have no automargins and are not affected by automargin settings on x/y so that’s expected today, although fixing it would be a good feature to add!
axis labels never rotate today, only tick labels, so that’s also not a malfunction but a missing feature
Hi - we are currently trying to tidy up Plotly's public repositories to help us focus our efforts on things that will help users most. Since this issue has been sitting for several years, I'm going to close it. If it's still a concern, we'd be grateful if you could open a new issue (with a short reproducible example if appropriate) so that we can add it to our backlog. Thanks for your help - @gvwilson
Related: #2985, #3579, #3607
I'm making another issue to document existing problems with text inside figures. Most of the problems have to do with tight explicit
layout.margin
+layout.(x|y)axis.automargin = True
, but the first two examples in my codepen have no layout defined (using the default layout). EachPlotly.newPlot
call has a comment above it describing the specific issue. Most of these examples are from our own docs.Here is the codepen, using
plotly-latest
(v1.51.1
): https://codepen.io/wbrgss/pen/ExxMXQPI also have some screenshots from graphs using automargins; unfortunately I cannot easily, consistently reproduce them:
150° and 180° labels are cut off

axis labels overlap without rotating

top legend text is cut off

If it would be helpful, I can try to create examples for these figures, but hopefully the codepen provides a good starting point. I realize that the axis labels/tick labels/legend text may be different issues, so if you'd like me to create separate issues/codepens I can do that also.
cc @nicolaskruchten @etpinard
The text was updated successfully, but these errors were encountered: