colour.plotting.plot_multi_colour_checkers#

colour.plotting.plot_multi_colour_checkers(colour_checkers: colour.characterisation.datasets.colour_checkers.chromaticity_coordinates.ColourChecker | str | collections.abc.Sequence[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>, <...Axes...>)
plot_multi_colour_checkers