colour.plotting.diagrams.plot_chromaticity_diagram

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

Plots the Chromaticity Diagram according to given method.

Parameters
Returns

Current figure and axes.

Return type

tuple

Examples

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