Introduction to ColorSchemes
This package provides a collection of colorschemes and colormaps:
- scientifically devised colorschemes from ColorBrewer and CMOcean
- popular favourites such as viridis, inferno, and magma from MATPlotLib
- old masters' colorschemes, such as leonardo, vermeer, and picasso
- variously themed colorschemes such as sunset, coffee, neon, and pearl
The package is designed for general purpose and informal graphics work. For high quality color maps that have consistent perceptual contrast over their full range, refer to Peter Kovesi's PerceptualColourMaps package.
This package relies on the Colors.jl package.
Installation and basic usage
Install the package as follows:
] add ColorSchemes
and to use it:
using ColorSchemes
Original version by cormullion.