Add color argument in add_annotation_text #86
KittJonathan
started this conversation in
Propose a feature
Replies: 1 comment 2 replies
|
Thank you for using tidyplots! I just added your requested feature to the development version of tidyplots. After installing the development version of tidyplots like so you can now do this Best |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi! First of all, thanks for the awesome package!
I was wondering if it would be possible to add a color argument in the add_annotation_text() function.
I'm trying to create a stacked bar plot, and would like to add the count values directly in the bars. I didn't find a way to change the text color, so I added an annotation rectangle with some transparency to make the values easier to read.
All reactions