colour.plotting.characterisation Module

Characterisation Plotting

Defines the characterisation plotting objects:

colour.plotting.characterisation.colour_checker_plot(colour_checker='ColorChecker 2005', **kwargs)[source]

Plots given colour checker.

Parameters:
  • colour_checker (unicode, optional) – Color checker name.
  • **kwargs (dict, optional) – Keywords arguments.
Returns:

Current figure or None.

Return type:

Figure

Raises:

KeyError – If the given colour rendition chart is not found in the factory colour rendition charts.

Examples

>>> colour_checker_plot()