colour.plotting.plot_multi_munsell_value_functions#
- colour.plotting.plot_multi_munsell_value_functions(functions: Callable | str | Sequence[Callable | str], **kwargs: Any) Tuple[Figure, Axes] [source]#
Plot given Munsell value functions.
- Parameters:
functions (Callable | str | Sequence[Callable | str]) – Munsell value functions to plot.
functions
elements can 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_multi_munsell_value_functions(["ASTM D1535", "McCamy 1987"]) ... (<Figure size ... with 1 Axes>, <...Axes...>)