viridis
v1.1.5
Published
Color gradients for data visualization
Downloads
156
Maintainers
Readme
Builtin Palettes
This list is best viewed on the official documentation, and contains all the builtin color palettes obtained by Palette.Name
or Palette['Name']
.
Getting Started
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.