We provide sequential and categorical color schemes designed to work with ordinal and sequential scales. Color types come from avh4/elm-color.
category10 : List Color
A list of ten categorical colors
viridisInterpolator : Basics.Float -> Color
Given a number t in the range [0,1], returns the corresponding color from the “viridis” perceptually-uniform color scheme designed by van der Walt, Smith and Firing for matplotlib.
infernoInterpolator : Basics.Float -> Color
Given a number t in the range [0,1], returns the corresponding color from the “inferno” perceptually-uniform color scheme designed by van der Walt, Smith and Firing for matplotlib.
magmaInterpolator : Basics.Float -> Color
Given a number t in the range [0,1], returns the corresponding color from the “magma” perceptually-uniform color scheme designed by van der Walt, Smith and Firing for matplotlib,.
plasmaInterpolator : Basics.Float -> Color
Given a number t in the range [0,1], returns the corresponding color from the “plasma” perceptually-uniform color scheme designed by van der Walt, Smith and Firing for matplotlib.