colour.plotting.plot_multi_colour_checkers

colour.plotting.plot_multi_colour_checkers(colour_checkers: Union[colour.characterisation.datasets.colour_checkers.chromaticity_coordinates.ColourChecker, str, Sequence[Union[colour.characterisation.datasets.colour_checkers.chromaticity_coordinates.ColourChecker, str]]], **kwargs: Any) Tuple[matplotlib.figure.Figure, matplotlib.axes._axes.Axes][source]

Plot and compares given colour checkers.

Parameters
Returns

Current figure and axes.

Return type

tuple

Examples

>>> plot_multi_colour_checkers(['ColorChecker 1976', 'ColorChecker 2005'])
... 
(<Figure size ... with 1 Axes>, <...AxesSubplot...>)
plot_multi_colour_checkers