colour.plotting.plot_multi_illuminant_sds¶
-
colour.plotting.
plot_multi_illuminant_sds
(illuminants, **kwargs)[source]¶ Plots given illuminants spectral distributions.
- Parameters
illuminants (unicode or SpectralDistribution or array_like) – Illuminants to plot.
illuminants
elements can be of any type or form supported by thecolour.plotting.filter_illuminants()
definition.- Other Parameters
**kwargs (dict, optional) – {
colour.plotting.artist()
,colour.plotting.plot_multi_sds()
,colour.plotting.render()
}, Please refer to the documentation of the previously listed definitions.- Returns
Current figure and axes.
- Return type
Examples
>>> plot_multi_illuminant_sds(['A', 'B', 'C']) (<Figure size ... with 1 Axes>, <...AxesSubplot...>)