Skip to content

Commit d8db67b

Browse files
Merge pull request #156 from holtzy/main
Mention the Color Palette finder app in the ReadMe
2 parents ee48db6 + a8c27ce commit d8db67b

File tree

4 files changed

+15
-0
lines changed

4 files changed

+15
-0
lines changed

README.Rmd

+8
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,14 @@ ggplot(iris, aes(Sepal.Length, Sepal.Width, color = Species)) +
111111
scale_color_paletteer_d("nord::aurora")
112112
```
113113

114+
115+
## Palette explorer
116+
117+
A [web application](https://r-graph-gallery.com/color-palette-finder) is available to quickly explore the available palettes.
118+
119+
[![](man/figures/colorPaletteFinder.gif)](https://r-graph-gallery.com/color-palette-finder)
120+
121+
114122
## Breaking changes
115123

116124
In version <= 0.2.1 a palatte was selected by specifying a `package` and `palette` argument like so

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,13 @@ ggplot(iris, aes(Sepal.Length, Sepal.Width, color = Species)) +
105105

106106
![](man/figures/README-unnamed-chunk-6-1.png)<!-- -->
107107

108+
## Palette explorer
109+
110+
A [web application](https://r-graph-gallery.com/color-palette-finder) is
111+
available to quickly explore the available palettes.
112+
113+
[![](man/figures/colorPaletteFinder.gif)](https://r-graph-gallery.com/color-palette-finder)
114+
108115
## Breaking changes
109116

110117
In version \<= 0.2.1 a palatte was selected by specifying a `package`
52 Bytes
Loading

man/figures/colorPaletteFinder.gif

789 KB
Loading

0 commit comments

Comments
 (0)