colour.plotting.plot_multi_cmfs

colour.plotting.plot_multi_cmfs(cmfs=None, **kwargs)[source]

Plots given colour matching functions.

Parameters

cmfs (array_like, optional) – Colour matching functions to plot.

Other Parameters

**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

>>> cmfs = ('CIE 1931 2 Degree Standard Observer',
...         'CIE 1964 10 Degree Standard Observer')
>>> plot_multi_cmfs(cmfs)  
(<Figure size ... with 1 Axes>, <matplotlib.axes._subplots.AxesSubplot object at 0x...>)
plot_multi_cmfs