colour.plotting.plot_single_munsell_value_function#

colour.plotting.plot_single_munsell_value_function(function: Callable | str, **kwargs: Any) Tuple[Figure, Axes][source]#

Plot given Lightness function.

Parameters:
Returns:

Current figure and axes.

Return type:

tuple

Examples

>>> plot_single_munsell_value_function("ASTM D1535")  
(<Figure size ... with 1 Axes>, <...Axes...>)
plot_single_munsell_value_function