scale_cubehelix | R Documentation |
scale_cubehelix
scale_fill_cubehelix
scale_color_cubehelix
scale_cubehelix( aesthetics, ..., start = 0, rot = 0.4, gamma = 1, chrom = 0.8, light = 0.85, dark = 0.15 ) scale_fill_cubehelix(...) scale_color_cubehelix(...)
... |
further arguments to |
start |
see Details |
rot |
see Details |
gamma |
see Details |
light |
see Details |
dark |
see Details |
name |
as in |
starting hue (here, start
) is:
start
in seaborn.cubehelix_palette
h
in chroma::cubehelix_map()
chromaticity is:
hue
in seaborn.cubehelix_palette
c
in chroma::cubehelix_map()
lightness and darkness:
valid range is 0, 1 in both.
gamma:
valid range is [0, Inf) in both
default is 1.0
sane values seem to be in 0.5, 3 (whitened, darkened)
chroma::cubehelix_scale()
chroma::cubehelix_map()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.