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

Support the missing viridisLite palettes in tmap.pal.info? #35

Open
UchidaMizuki opened this issue Aug 27, 2023 · 0 comments
Open

Support the missing viridisLite palettes in tmap.pal.info? #35

UchidaMizuki opened this issue Aug 27, 2023 · 0 comments

Comments

@UchidaMizuki
Copy link

UchidaMizuki commented Aug 27, 2023

Currently, tmap.pal.info supports five palettes provided by viridisLite: viridis, magma, plasma, inferno, and cividis.
In viridisLite 0.4.2, rocket, mako, and turbo are provided in addition to these palettes.
Would you please consider providing these missing pallets?
https://github.com/sjmgarnier/viridisLite

pal <- tmaptools::tmap.pal.info
pal[pal$origin == "viridis", ]
#>         maxcolors category colorblind  origin
#> viridis       Inf      seq      FALSE viridis
#> magma         Inf      seq      FALSE viridis
#> plasma        Inf      seq      FALSE viridis
#> inferno       Inf      seq      FALSE viridis
#> cividis       Inf      seq       TRUE viridis

Created on 2023-08-27 with reprex v2.0.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant