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:
colour_checker (ColourChecker | str) – Color checker to plot.
colour_checker
can be of any type or form supported by thecolour.plotting.common.filter_colour_checkers()
definition.kwargs (Any) – {
colour.plotting.artist()
,colour.plotting.plot_multi_colour_swatches()
,colour.plotting.render()
}, See the documentation of the previously listed definitions.
- Returns:
Current figure and axes.
- Return type:
Examples
>>> plot_single_colour_checker("ColorChecker 2005") (<Figure size ... with 1 Axes>, <...Axes...>)