Set colour (and fill) palettes
weave_col_palette(
...,
col_palette_d = jumble,
col_palette_c = viridisLite::mako(n = 9, direction = -1),
col_palette_o = scales::pal_viridis(option = "G", direction = -1),
col_palette_na_d = "#CDC5BFFF",
col_palette_na_c = "#988F88FF",
col_palette_na_o = "#988F88FF"
)
Provided to require argument naming, support trailing commas etc.
For a discrete scale, a character vector of hex codes. Use NULL for ggplot2 default. Use NULL to leave as is.
For a continuous scale, a character vector of hex codes. Use NULL for ggplot2 default. Use NULL to leave as is.
For an ordinal scale, a scales::pal_*()
function. Use NULL for ggplot2 default. Use NULL to leave as is.
For a discrete scale, a hex code.
For a continuous scale, a hex code.
For an ordinal scale, a hex code.