colour.plotting.plot_multi_colour_checkers

colour.plotting.plot_multi_colour_checkers(colour_checkers=None, **kwargs)[source]

Plots and compares given colour checkers.

Parameters:colour_checkers (array_like, optional) – Color checker names, must be less than or equal to 2 names.
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_multi_colour_checkers(['ColorChecker 1976', 'ColorChecker 2005'])
... # doctest: +SKIP
plot_multi_colour_checkers