This list is best viewed on the official documentation, and contains all the builtin color palettes obtained by Palette.Name
or Palette['Name']
.
viridis
generates color gradients for data visualization, inspired by MatPlotLib colormaps and the Viridis package for R. It exports 3 main classes: Color
, Gradient
, and Palette
. You are able to define your own colors and gradients using the corresponding classes, or use builtin palettes using the values contained in the Palette
object. Let's get started with a simple example.
Color gradients for data visualization