colour.plotting.plot_blackbody_spectral_radiance

colour.plotting.plot_blackbody_spectral_radiance(temperature=3500, cmfs='CIE 1931 2 Degree Standard Observer', blackbody='VY Canis Major', **kwargs)[source]

Plots given blackbody spectral radiance.

Parameters
  • temperature (numeric, optional) – Blackbody temperature.

  • cmfs (unicode, optional) – Standard observer colour matching functions.

  • blackbody (unicode, optional) – Blackbody name.

Other Parameters

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

Returns

Current figure and axes.

Return type

tuple

Examples

>>> plot_blackbody_spectral_radiance(3500, blackbody='VY Canis Major')
... 
(<Figure size ... with 2 Axes>, <matplotlib.axes._subplots.AxesSubplot object at 0x...>)
plot_blackbody_spectral_radiance