colour.plotting.plot_single_lightness_function

colour.plotting.plot_single_lightness_function(function='CIE 1976', **kwargs)[source]

Plots given Lightness function.

Parameters:function (unicode, optional) – Lightness function to plot.
Other Parameters:
 **kwargs (dict, optional) – {colour.plotting.artist(), colour.plotting.plot_multi_functions(), colour.plotting.render()}, Please refer to the documentation of the previously listed definitions.
Returns:Current figure and axes.
Return type:tuple

Examples

>>> plot_single_lightness_function('CIE 1976')  # doctest: +SKIP
plot_single_lightness_function