colour.plotting.plot_single_illuminant_sd

colour.plotting.plot_single_illuminant_sd(illuminant='A', cmfs='CIE 1931 2 Degree Standard Observer', **kwargs)[source]

Plots given single illuminant spectral distribution.

Parameters
  • illuminant (unicode, optional) – Factory illuminant to plot.

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

Other Parameters
Returns

Current figure and axes.

Return type

tuple

References

[Spi15]

Examples

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