colour.plotting.multi_cmfs_plot

colour.plotting.multi_cmfs_plot(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.render()}, Please refer to the documentation of the previously listed definition.
Returns:Current figure or None.
Return type:Figure

Examples

>>> cmfs = [
... 'CIE 1931 2 Degree Standard Observer',
... 'CIE 1964 10 Degree Standard Observer']
>>> multi_cmfs_plot(cmfs)