colour.plotting.multi_munsell_value_function_plot

colour.plotting.multi_munsell_value_function_plot(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.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 Munsell value function is not found in the factory Munsell value functions.

Examples

>>> fs = ('ASTM D1535-08', 'McCamy 1987')
>>> multi_munsell_value_function_plot(fs)