colour.plotting.plot_multi_munsell_value_functions

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

Plot given Munsell value functions.

Parameters
Returns

Current figure and axes.

Return type

tuple

Examples

>>> plot_multi_munsell_value_functions(['ASTM D1535', 'McCamy 1987'])
... 
(<Figure size ... with 1 Axes>, <...AxesSubplot...>)
plot_multi_munsell_value_functions