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
Some journals, like Oecologia, require panel tags to be inside of plot boundaries. Using theme(plot.tag = element_text(hjust = , vjust = ) is fiddly and doesn't put tags in consistent distance from plot borders.
Tag positioning is done through the tag mechanism in ggplot2 and it is highly unlikely that I'll venture outside of the supported modes. You should open an issue in ggplot2 if you want more tag positioning options
Some journals, like Oecologia, require panel tags to be inside of plot boundaries. Using
theme(plot.tag = element_text(hjust = , vjust = )
is fiddly and doesn't put tags in consistent distance from plot borders.Created on 2020-12-03 by the reprex package (v0.3.0)
The text was updated successfully, but these errors were encountered: