colour.plotting.single_munsell_value_function_plot

colour.plotting.single_munsell_value_function_plot(function='ASTM D1535-08', **kwargs)[source]

Plots given Lightness function.

Parameters:function (unicode, optional) – Munsell value function 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

Examples

>>> f = 'ASTM D1535-08'
>>> single_munsell_value_function_plot(f)