Attributes
Size (Column<f64>)
f64 -> f64
Color (Column<piet::Color>)
[-1.5, 3.2, ..] -> ColorMap (continuous)
[0, 5, 2, ..] -> user cast to categorical -> ColorCycle (categorical)
["a", "b", ..] -> user cast to categorical -> ColorCycle (categorical)
["red", "green", ..] -> arbitrary color
None
When string, it supports css color strings with extensions.
Example of supported colors:
Shape (Column<Shape>)
i64, string -> ShapeCycle (categorical)
string -> shape name
Last updated