colour.plotting.plot_single_munsell_value_function

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

Plots given Lightness function.

Parameters

function (unicode, optional) – Munsell value function 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_single_munsell_value_function('ASTM D1535')  
(<Figure size ... with 1 Axes>, <matplotlib.axes._subplots.AxesSubplot object at 0x...>)
plot_single_munsell_value_function