ColorDatabase#

class ColorDatabase(mapping=None)[source]#

Bases: MutableMapping, dict

Dictionary subclass used to replace the builtin matplotlib color database. See __getitem__ for details.

Parameters:

mapping (dict-like, optional) – The colors.

Attributes Summary

Attributes Documentation

cache#