colour.plotting.plot_blackbody_colours

colour.plotting.plot_blackbody_colours(shape=SpectralShape(150, 12500, 50), cmfs='CIE 1931 2 Degree Standard Observer', **kwargs)[source]

Plots blackbody colours.

Parameters
  • shape (SpectralShape, optional) – Spectral shape to use as plot boundaries.

  • cmfs (unicode, optional) – Standard observer colour matching functions used for computing the blackbody colours. cmfs can be of any type or form supported by the colour.plotting.filter_cmfs() definition.

  • **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_blackbody_colours(SpectralShape(150, 12500, 50))
... 
(<Figure size ... with 1 Axes>, <...AxesSubplot...>)
plot_blackbody_colours