colour.plotting.planckian_locus_chromaticity_diagram_plot_CIE1960UCS

colour.plotting.planckian_locus_chromaticity_diagram_plot_CIE1960UCS(illuminants=None, chromaticity_diagram_callable_CIE1960UCS=<function chromaticity_diagram_plot_CIE1960UCS>, **kwargs)[source]

Plots the planckian locus and given illuminants in CIE 1960 UCS Chromaticity Diagram.

Parameters:
  • illuminants (array_like, optional) – Factory illuminants to plot.
  • chromaticity_diagram_callable_CIE1960UCS (callable, optional) – Callable responsible for drawing the CIE 1960 UCS Chromaticity Diagram.
Other Parameters:
 
Returns:

Current figure or None.

Return type:

Figure

Raises:

KeyError – If one of the given illuminant is not found in the factory illuminants.

Examples

>>> planckian_locus_chromaticity_diagram_plot_CIE1960UCS(['A', 'C', 'E'])
...