colour.plotting.plot_multi_cctfs¶
- colour.plotting.plot_multi_cctfs(cctfs: Union[Callable, str, Sequence[Union[Callable, str]]], cctf_decoding: bool = False, **kwargs: Any) Tuple[matplotlib.figure.Figure, matplotlib.axes._axes.Axes][source]¶
Plot given colour component transfer functions.
- Parameters
cctfs (Union[Callable, str, Sequence[Union[Callable, str]]]) – Colour component transfer function to plot.
cctfselements can be of any type or form supported by thecolour.plotting.filter_passthrough()definition.cctf_decoding (bool) – Plot the decoding colour component transfer function instead.
kwargs (Any) – {
colour.plotting.artist(),colour.plotting.plot_multi_functions(),colour.plotting.render()}, See the documentation of the previously listed definitions.
- Returns
Current figure and axes.
- Return type
Examples
>>> plot_multi_cctfs(['ITU-R BT.709', 'sRGB']) (<Figure size ... with 1 Axes>, <...AxesSubplot...>)