colour.plotting.multi_lightness_function_plot

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

Plots given Lightness functions.

Parameters:functions (array_like, optional) – Lightness 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
Raises:KeyError – If one of the given Lightness function is not found in the factory Lightness functions.

Examples

>>> fs = ('CIE 1976', 'Wyszecki 1963')
>>> multi_lightness_function_plot(fs)