mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
feat: revised color palette selection
This commit is contained in:
parent
4213487a77
commit
1e19486af1
1 changed files with 6 additions and 6 deletions
|
|
@ -254,12 +254,12 @@ color_choices <- function() {
|
|||
"Perceptual (blue-yellow)" = "viridis",
|
||||
"Perceptual (fire)" = "plasma",
|
||||
"Colour-blind friendly" = "Okabe-Ito",
|
||||
"Qualitative (bold)" = "Dark 2",
|
||||
"Qualitative (paired)" = "Paired",
|
||||
"Sequential (blues)" = "Blues",
|
||||
"Diverging (red-yellow-green)"= "RdYlGn",
|
||||
"Diverging (red-blue)" = "RdBu",
|
||||
"Tableau style" = "Tableau 10",
|
||||
"Pastel" = "Pastel 1",
|
||||
"Rainbow" = "rainbow"
|
||||
"Sequential (blues)" = "Blues",
|
||||
"Qualitative (paired)" = "Paired",
|
||||
"Qualitative (bold)" = "Dark 2",
|
||||
"Rainbow" = "Spectral",
|
||||
"Generic" = "Set1"
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue