SVGPlot color maps
Two types of plots (scatter and imshow) have a named parameter cmap, that takes a parameter which is either:
- Type named color maps. There are a set of color maps defined as type variables:
svg::plot::viridis,svg::plot::magma,svg::plot::inferno,svg::plot::plasma,svg::plot::bwr,svg::plot::coolwarm,svg::plot::seismic,svg::plot::spectral,svg::plot::piygandsvg::plot::grayscale. - String named color maps. The same as above, but from a string without the
svg::plot::prefix (e.g."plasma").
The available color maps are illustrated here:
Right now, only perceptually uniform (top row) and divergent (bottom row) color maps are available. More color maps might be added in the future.