Skip to content
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

Mention the Color Palette finder app in the ReadMe #156

Merged
merged 2 commits into from
Jun 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.