colour.plotting.plot_chromaticity_diagram_CIE1960UCS#

colour.plotting.plot_chromaticity_diagram_CIE1960UCS(cmfs: colour.colorimetry.spectrum.MultiSpectralDistributions | str | collections.abc.Sequence[colour.colorimetry.spectrum.MultiSpectralDistributions | str] = 'CIE 1931 2 Degree Standard Observer', show_diagram_colours: bool = True, show_spectral_locus: bool = True, **kwargs: Any) Tuple[matplotlib.figure.Figure, matplotlib.axes._axes.Axes][source]#

Plot the CIE 1960 UCS Chromaticity Diagram.

Parameters
Returns

Current figure and axes.

Return type

tuple

Examples

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