colour.plotting.plot_multi_cmfs

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

Plots given colour matching functions.

Parameters
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>, <...AxesSubplot...>)
plot_multi_cmfs