LinearSegmentedColormap.from_file¶
- classmethod LinearSegmentedColormap.from_file(path, warn_on_failure=False)[source]¶
Load colormap from a file.
- Parameters
path (str) – The file path. The file extension should be one of the following:
Extension
Description
.jsonJSON database of the channel segment data.
.hexComma-delimited list of HEX strings.
.rgb,.txt3-4 column table of channel values.
warn_on_failure (bool, optional) – If
True, issue a warning when loading fails instead of raising an error.
See also