colour.plotting.plot_single_luminance_function#

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

Plot given Luminance function.

Parameters:
  • function (Callable | str) – Luminance function to plot.

  • 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:

tuple

Examples

>>> plot_single_luminance_function("CIE 1976")  
(<Figure size ... with 1 Axes>, <...Axes...>)
plot_single_luminance_function