colour.plotting.plot_single_colour_checker#

colour.plotting.plot_single_colour_checker(colour_checker: ColourChecker | str = 'ColorChecker24 - After November 2014', **kwargs: Any) Tuple[Figure, 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