colour.plotting.plot_single_colour_checker¶
- colour.plotting.plot_single_colour_checker(colour_checker: Union[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
colour_checker (Union[colour.characterisation.datasets.colour_checkers.chromaticity_coordinates.ColourChecker, str]) – Color checker to plot.
colour_checkercan be of any type or form supported by thecolour.plotting.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>, <...AxesSubplot...>)