colour.plotting.plot_corresponding_chromaticities_prediction#

colour.plotting.plot_corresponding_chromaticities_prediction(experiment: Literal[1, 2, 3, 4, 6, 8, 9, 11, 12] | CorrespondingColourDataset = 1, model: Literal['CIE 1994', 'CMCCAT2000', 'Fairchild 1990', 'Zhai 2018', 'Von Kries'] | str = 'Von Kries', corresponding_chromaticities_prediction_kwargs: dict | None = None, **kwargs: Any) Tuple[Figure, Axes][source]#

Plot given chromatic adaptation model corresponding chromaticities prediction.

Parameters:
Returns:

Current figure and axes.

Return type:

tuple

Examples

>>> plot_corresponding_chromaticities_prediction(1, "Von Kries")
... 
(<Figure size ... with 1 Axes>, <...Axes...>)
plot_corresponding_chromaticities_prediction