colour.plotting.plot_single_colour_checker#

colour.plotting.plot_single_colour_checker(colour_checker: colour.characterisation.datasets.colour_checkers.chromaticity_coordinates.ColourChecker | str = 'ColorChecker24 - After November 2014', **kwargs: Any) Tuple[matplotlib.figure.Figure, matplotlib.axes._axes.Axes][source]#

Plot given colour checker.

Parameters
Returns

Current figure and axes.

Return type

tuple

Examples

>>> plot_single_colour_checker("ColorChecker 2005")  
(<Figure size ... with 1 Axes>, <...Axes...>)
plot_single_colour_checker