colour.plotting.plot_single_colour_checker

colour.plotting.plot_single_colour_checker(colour_checker='ColorChecker 2005', **kwargs)[source]

Plots given colour checker.

Parameters

colour_checker (unicode, optional) – Color checker name.

Other Parameters

**kwargs (dict, optional) – {colour.plotting.artist(), colour.plotting.plot_multi_colour_swatches(), colour.plotting.render()}, Please refer to the documentation of the previously listed definitions.

Returns

Current figure and axes.

Return type

tuple

Examples

>>> plot_single_colour_checker('ColorChecker 2005')  
(<Figure size ... with 1 Axes>, <matplotlib.axes._subplots.AxesSubplot object at 0x...>)
plot_single_colour_checker