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
Graphing in polar coordinates with ggplot2 is really very simple.
The only problem is that the labels are not affected by the coord_polar() function. As Hadley himself commented in this post, it would be handy for an add-on to take care of this feature.
I was thinking it would be really useful to provide a parameter in the geom_richtext() function that would enable the text to curve according to the polar coordinates enabled by coord_polar().
The text was updated successfully, but these errors were encountered:
Graphing in polar coordinates with ggplot2 is really very simple.
The only problem is that the labels are not affected by the
coord_polar()
function. As Hadley himself commented in this post, it would be handy for an add-on to take care of this feature.I was thinking it would be really useful to provide a parameter in the
geom_richtext()
function that would enable the text to curve according to the polar coordinates enabled bycoord_polar()
.The text was updated successfully, but these errors were encountered: