colour.plotting.temperature.plot_planckian_locus_CIE1960UCS

colour.plotting.temperature.plot_planckian_locus_CIE1960UCS(planckian_locus_colours=None, **kwargs)[source]

Plots the Planckian Locus according to CIE 1960 UCS method.

Parameters

planckian_locus_colours (array_like or unicode, optional) – Planckian Locus colours.

Other Parameters

**kwargs (dict, optional) – {colour.plotting.artist(), colour.plotting.render()}, Please refer to the documentation of the previously listed definitions.

Returns

Current figure and axes.

Return type

tuple

Examples

>>> plot_planckian_locus_CIE1960UCS()  
(<Figure size ... with 1 Axes>, <matplotlib.axes._subplots.AxesSubplot object at 0x...>)
plot_planckian_locus_CIE1960UCS