colour.plotting.plot_multi_luminance_functions

colour.plotting.plot_multi_luminance_functions(functions=None, **kwargs)[source]

Plots given Luminance functions.

Parameters:functions (array_like, optional) – Luminance functions to plot.
Other Parameters:
 **kwargs (dict, optional) – {colour.plotting.artist(), colour.plotting.plot_multi_functions(), colour.plotting.render()}, Please refer to the documentation of the previously listed definitions.
Returns:Current figure and axes.
Return type:tuple

Examples

>>> plot_multi_luminance_functions(['CIE 1976', 'Newhall 1943'])
... # doctest: +SKIP
plot_multi_luminance_functions