class documentation
class ColorMap(Mapping[
A mapping that assigns distinct RGB colors to hashable labels.
ColorMap generates and stores distinct colors for arbitrary
hashable labels. Colors are lazily assigned on request using
distinct_color_generator.
| Method | __getitem__ |
Undocumented |
| Method | __init__ |
Undocumented |
| Method | __iter__ |
Undocumented |
| Method | __len__ |
Undocumented |
| Instance Variable | _color |
Undocumented |
| Instance Variable | _generator |
Undocumented |