The supplied color scheme.
Compute a set of color mappings for items in a given set of keys. A higher-order function. Supply color_scheme (and optionally unknown), and it will return a a function that accepts a list of keys
a list of colors in '#rrggbb' format.
the color to use for unknown keys
an object equivalent to a d3 ordinal interpolator.
Compute a set of color mappings for items in a given set of scenarios. A higher-order function. Supply color_scheme (and optionally unknown), and it will return a a function that accepts a list of scenarios
a list of colors in '#rrggbb' format.
the color to use for unknown keys
a d3 ordinal interpolator.
Generated using TypeDoc
Colors are strings in the form #rrggbb.