Skip to content

Commit

Permalink
Merge pull request #156 from holtzy/main
Browse files Browse the repository at this point in the history
Mention the Color Palette finder app in the ReadMe
  • Loading branch information
EmilHvitfeldt authored Jun 24, 2024
2 parents ee48db6 + a8c27ce commit d8db67b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,14 @@ ggplot(iris, aes(Sepal.Length, Sepal.Width, color = Species)) +
scale_color_paletteer_d("nord::aurora")
```


## Palette explorer

A [web application](https://r-graph-gallery.com/color-palette-finder) is available to quickly explore the available palettes.

[![](man/figures/colorPaletteFinder.gif)](https://r-graph-gallery.com/color-palette-finder)


## Breaking changes

In version <= 0.2.1 a palatte was selected by specifying a `package` and `palette` argument like so
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,13 @@ ggplot(iris, aes(Sepal.Length, Sepal.Width, color = Species)) +

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

## Palette explorer

A [web application](https://r-graph-gallery.com/color-palette-finder) is
available to quickly explore the available palettes.

[![](man/figures/colorPaletteFinder.gif)](https://r-graph-gallery.com/color-palette-finder)

## Breaking changes

In version \<= 0.2.1 a palatte was selected by specifying a `package`
Expand Down
Binary file modified man/figures/README-unnamed-chunk-6-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added man/figures/colorPaletteFinder.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d8db67b

Please sign in to comment.