colour.plotting.plot_single_cmfs#
- colour.plotting.plot_single_cmfs(cmfs: MultiSpectralDistributions | str | Sequence[MultiSpectralDistributions | str] = 'CIE 1931 2 Degree Standard Observer', **kwargs: Any) Tuple[Figure, Axes][source]#
Plot specified colour matching functions.
- Parameters:
cmfs (MultiSpectralDistributions | str | Sequence[MultiSpectralDistributions | str]) – Colour matching functions to plot.
cmfscan be of any type or form supported by thecolour.plotting.common.filter_cmfs()definition.kwargs (Any) – {
colour.plotting.artist(),colour.plotting.plot_multi_cmfs(),colour.plotting.render()}, See the documentation of the previously listed definitions.
- Returns:
Current figure and axes.
- Return type:
Examples
>>> plot_single_cmfs("CIE 1931 2 Degree Standard Observer") ... (<Figure size ... with 1 Axes>, <...Axes...>)