colour.plotting.temperature.plot_planckian_locus

colour.plotting.temperature.plot_planckian_locus(planckian_locus_colours=None, method='CIE 1931', **kwargs)[source]

Plots the Planckian Locus according to given method.

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

  • method (unicode, optional) – {‘CIE 1931’, ‘CIE 1960 UCS’, ‘CIE 1976 UCS’}, Chromaticity Diagram method.

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()  
(<Figure size ... with 1 Axes>, <matplotlib.axes._subplots.AxesSubplot object at 0x...>)
plot_planckian_locus