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
In general, I would recommend using guides(x = guide_axis(angle = 30)) to set angled axis labels, rather theme(). Setting them with theme is an outdated and unpredictable approach.
Following code with ggtext library loaded
turns into this crooked text.
Leaving angle at 0 or removing it entirely renders the text flawlessly.
ggtext can't render element_markdown with angle argument set to higher than 0.
The text was updated successfully, but these errors were encountered: