colour.plotting.plot_multi_lightness_functions#

colour.plotting.plot_multi_lightness_functions(functions: Callable | str | Sequence[Callable | str], **kwargs: Any) Tuple[Figure, Axes][source]#

Plot given Lightness functions.

Parameters:
Returns:

Current figure and axes.

Return type:

tuple

Examples

>>> plot_multi_lightness_functions(["CIE 1976", "Wyszecki 1963"])
... 
(<Figure size ... with 1 Axes>, <...Axes...>)
plot_multi_lightness_functions