colour.plotting.plot_single_munsell_value_function#
- colour.plotting.plot_single_munsell_value_function(function: Callable | str, **kwargs: Any) Tuple[Figure, Axes][source]#
Plot the specified Munsell value function.
- Parameters:
function (Callable | str) – Munsell value function to plot.
functioncan be of any type or form supported by thecolour.plotting.common.filter_passthrough()definition.kwargs (Any) – {
colour.plotting.artist(),colour.plotting.plot_multi_functions(),colour.plotting.render()}, See the documentation of the previously listed definitions.
- Returns:
Current figure and axes.
- Return type:
Examples
>>> plot_single_munsell_value_function("ASTM D1535") (<Figure size ... with 1 Axes>, <...Axes...>)