-
Notifications
You must be signed in to change notification settings - Fork 164
Add a way to label the plots like A, B, C etc. #16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
As a work-around i ended up using the title as the label and adjust placement accordingly.
I think this approach is quite viable and easy to use. |
I'll be awaiting a native ggplot2 solution as proposed here Following that I'll add a way to automatically add tags to plots with potential knowledge of nesting level - something like: p1 + p2 + (p3 + p4) + plot_tags(format = c('A', '1'), suffix = ')') which would add the following tags: p1: A) Already added tags would be overwritten |
Now that |
It’s there already in the plot_annotation function |
Got it, thanks! |
There is an open pull request to add the |
Can you please give an example of how to use tag level? |
No description provided.
The text was updated successfully, but these errors were encountered: