colour.plotting.single_lightness_function_plot

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

Plots given Lightness function.

Parameters:function (unicode, optional) – Lightness function to plot.
Other Parameters:
 **kwargs (dict, optional) – {colour.plotting.render()}, Please refer to the documentation of the previously listed definition.
Returns:Current figure or None.
Return type:Figure

Examples

>>> single_lightness_function_plot()