pals
pals copied to clipboard
Color Palettes and Palette Evaluation Tools
Hi, I see a whole series of "tol" palettes in `pals:::syspals: ```r names(pals:::syspals)[substr(names(pals:::syspals), 1, 3) == "tol"] [1] "tol" "tol.bright" "tol.highcontrast" "tol.vibrant" "tol.muted" "tol.dark" "tol.light" [8] "tol.sunset" "tol.burd" "tol.prgn" "tol.ylorbr"...
Hi, a feature request: The bivariate palettes have a fixed n. It would be great to be able to set this, preferably for the number of rows and columns. E.g....
Do you have meta data of the palettes? Specifically: * The maximum number of colors that are contained in each qualitative palette originally. * The type of each palette. So...
A shameless plug for my new R-package dedicated GitHub Action, [`rworkflows`](https://github.com/neurogenomics/rworkflows). It basically streamlines all the checking, website creation, and even adds GH-native containerisation (without any manual steps). The way...