colour.plotting.plot_ellipses_MacAdam1942_in_chromaticity_diagram_CIE1960UCS

colour.plotting.plot_ellipses_MacAdam1942_in_chromaticity_diagram_CIE1960UCS(chromaticity_diagram_callable_CIE1960UCS: Callable = plot_chromaticity_diagram_CIE1960UCS, chromaticity_diagram_clipping: bool = False, ellipse_kwargs: Optional[Union[Dict, List[Dict]]] = None, **kwargs: Any) Tuple[matplotlib.figure.Figure, matplotlib.axes._axes.Axes][source]

Plot MacAdam (1942) Ellipses (Observer PGN) in the CIE 1960 UCS Chromaticity Diagram.

Parameters
Returns

Current figure and axes.

Return type

tuple

Examples

>>> plot_ellipses_MacAdam1942_in_chromaticity_diagram_CIE1960UCS()
... 
(<Figure size ... with 1 Axes>, <...AxesSubplot...>)
plot_ellipses_MacAdam1942_in_chromaticity_diagram_CIE1960UCS