Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upBug fix for label argument inside ggplot2::geom_text #1
Conversation
label = label should be outside ggplot2::aes_string, not inside, otherwise only the first label is taken as a constant
Bug fix for label argument inside ggplot2::geom_text
|
Thank you alekrutkowski for your contribution. Best Regards, |
label = label should be outside ggplot2::aes_string, not inside, otherwise only the first element in the label vector is taken as a constant