colour.plotting.plot_multi_luminance_functions

colour.plotting.plot_multi_luminance_functions(functions: Union[Callable, str, Sequence[Union[Callable, str]]], **kwargs: Any) Tuple[matplotlib.figure.Figure, matplotlib.axes._axes.Axes][source]

Plot given Luminance functions.

Parameters
Returns

Current figure and axes.

Return type

tuple

Examples

>>> plot_multi_luminance_functions(['CIE 1976', 'Newhall 1943'])
... 
(<Figure size ... with 1 Axes>, <...AxesSubplot...>)
plot_multi_luminance_functions