ContinuousColormap.from_file

classmethod ContinuousColormap.from_file(path, *, warn_on_failure=False)[source]

Load colormap from a file.

Parameters
  • path (path-like) – The file path. Valid file extensions are shown in the below table.

    Extension

    Description

    .json

    JSON database of the channel segment data.

    .hex

    Comma-delimited list of HEX strings.

    .rgb, .txt

    3-4 column table of channel values.

  • warn_on_failure (bool, optional) – If True, issue a warning when loading fails instead of raising an error.