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 sometimes work with data where the axis text may overlap, and it would be helpful if ggplot either warned when the axis text overlapped or even better could automatically adjust rotation and justification when overlap occurs.
# Option for consideration as an interface to automatically fix the issue#ggplot(data_with_long_names, aes(x=A, y=B)) +# geom_point() +# theme(axis.text.x.overlap=element_text(angle=45, hjust=1))