See pal_observable()
for details.
Arguments
- palette
Palette type. Currently there is one available option:
"observable10"
(10-color palette).- alpha
Transparency level, a real number in (0, 1]. See
alpha
ingrDevices::rgb()
for details.- ...
Additional parameters for
ggplot2::discrete_scale()
.
References
Pettiross J (2023). "Crafting data colors and staying on brand." Observable blog. https://observablehq.com/blog/crafting-data-colors
Author
Nan Xiao | me@nanx.me | https://nanx.me
Examples
example_scatterplot() + scale_color_observable()
#> `geom_smooth()` using formula = 'y ~ x'
example_barplot() + scale_fill_observable()