colour.plotting.plot_ellipses_MacAdam1942_in_chromaticity_diagram_CIE1976UCS#

colour.plotting.plot_ellipses_MacAdam1942_in_chromaticity_diagram_CIE1976UCS(chromaticity_diagram_callable_CIE1976UCS: Callable = plot_chromaticity_diagram_CIE1976UCS, chromaticity_diagram_clipping: bool = False, ellipse_kwargs: dict | List[dict] | None = None, **kwargs: Any) Tuple[Figure, Axes][source]#

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

Parameters:
Returns:

Current figure and axes.

Return type:

tuple

Examples

>>> plot_ellipses_MacAdam1942_in_chromaticity_diagram_CIE1976UCS()
... 
(<Figure size ... with 1 Axes>, <...Axes...>)
plot_ellipses_MacAdam1942_in_chromaticity_diagram_CIE1976UCS