colour.plotting.plot_multi_munsell_value_functions

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

Plots given Munsell value functions.

Parameters

functions (array_like, optional) – Munsell value 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_munsell_value_functions(['ASTM D1535', 'McCamy 1987'])
... 
(<Figure size ... with 1 Axes>, <matplotlib.axes._subplots.AxesSubplot object at 0x...>)
plot_multi_munsell_value_functions