colour.plotting.plot_chromaticity_diagram_CIE1931

colour.plotting.plot_chromaticity_diagram_CIE1931(cmfs='CIE 1931 2 Degree Standard Observer', show_diagram_colours=True, show_spectral_locus=True, **kwargs)[source]

Plots the CIE 1931 Chromaticity Diagram.

Parameters
Returns

Current figure and axes.

Return type

tuple

Examples

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