colour.plotting.plot_multi_cctfs#

colour.plotting.plot_multi_cctfs(cctfs: Callable | str | Sequence[Callable | str], cctf_decoding: bool = False, **kwargs: Any) Tuple[Figure, Axes][source]#

Plot given colour component transfer functions.

Parameters:
Returns:

Current figure and axes.

Return type:

tuple

Examples

>>> plot_multi_cctfs(["ITU-R BT.709", "sRGB"])  
(<Figure size ... with 1 Axes>, <...Axes...>)
plot_multi_cctfs