-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
Add color-hex color scales #245
Conversation
Codecov Report
@@ Coverage Diff @@
## main #245 +/- ##
=======================================
Coverage 42.91% 42.91%
=======================================
Files 63 64 +1
Lines 4136 4173 +37
=======================================
+ Hits 1775 1791 +16
- Misses 2361 2382 +21
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
@IndrajeetPatil could you help me write a test that won't make CRAN angry with failing URLs? Use |
The example still doesn't seem to work: library(ggplot2)
library(see)
ggplot(iris, aes(x = Species, y = Sepal.Length, fill = Species)) +
geom_violin() +
theme_modern() +
scale_fill_colorhex_d(palette = 1014416)
#> Error in self$palette(n): attempt to apply non-function Created on 2022-09-30 with reprex v2.0.2 |
@bwiernik Awaiting your response on this one. |
ah, lovely bugs/poor programming in |
Thanks for fixing! Will add the tests now. |
No description provided.