colour.plotting.plot_single_cctf#

colour.plotting.plot_single_cctf(cctf: Callable | str, cctf_decoding: bool = False, **kwargs: Any) Tuple[Figure, 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>, <...Axes...>)
plot_single_cctf