colour.plotting.plot_multi_colour_checkers#

colour.plotting.plot_multi_colour_checkers(colour_checkers: ColourChecker | str | Sequence[ColourChecker | str], **kwargs: Any) Tuple[Figure, Axes][source]#

Plot and compares given colour checkers.

Parameters:
Returns:

Current figure and axes.

Return type:

tuple

Examples

>>> plot_multi_colour_checkers(["ColorChecker 1976", "ColorChecker 2005"])
... 
(<Figure size ... with 1 Axes>, <...Axes...>)
plot_multi_colour_checkers