colour.plotting.single_illuminant_relative_spd_plot

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

Plots given single illuminant relative spectral power distribution.

Parameters:
  • illuminant (unicode, optional) – Factory illuminant to plot.
  • cmfs (unicode, optional) – Standard observer colour matching functions to plot.
Other Parameters:
 
  • **kwargs (dict, optional) – {colour.plotting.render()}, Please refer to the documentation of the previously listed definition.
  • out_of_gamut_clipping (bool, optional) – {colour.plotting.single_spd_plot()}, Whether to clip out of gamut colours otherwise, the colours will be offset by the absolute minimal colour leading to a rendering on gray background, less saturated and smoother.
Returns:

Current figure or None.

Return type:

Figure

References

Examples

>>> single_illuminant_relative_spd_plot()