colour.plotting.plot_single_cctf

colour.plotting.plot_single_cctf(cctf: Union[Callable, str], cctf_decoding: bool = False, **kwargs: Any) Tuple[matplotlib.figure.Figure, matplotlib.axes._axes.Axes][source]

Plot given colourspace colour component transfer function.

Parameters
Returns

Current figure and axes.

Return type

tuple

Examples

>>> plot_single_cctf('ITU-R BT.709')  
(<Figure size ... with 1 Axes>, <...AxesSubplot...>)
plot_single_cctf