-
Notifications
You must be signed in to change notification settings - Fork 163
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
Start plot_annotation() labels from input value #63
Comments
It is not currently possible but I might consider adding it |
Maybe the same, but maybe not quite - it would be great if there was an option in plot_annotation() to include the blanks in the layout (created by '#' in design or plot_spacer()), so they get a label as well. e.g.:
So then they would be labelled with A, B, C and D, rather than A, B, nothing, and C. |
Is this option available now? I would very much like to label the blanks created by plot_spacer(). Thanks! :) |
Some of my use-cases require making a plot that includes panels that are not ggplot objects. It would be great if
plot_annotation()
could be told which letter/number/numeral to start from in its labeling.Alternately, is it currently possible (or easier to implement) to pass a vector of custom annotations?
The text was updated successfully, but these errors were encountered: