colour.plotting.plot_multi_cctfs

colour.plotting.plot_multi_cctfs(cctfs=None, cctf_decoding=False, **kwargs)[source]

Plots given colour component transfer functions.

Parameters
  • cctfs (array_like, optional) – Colour component transfer function to plot.

  • cctf_decoding (bool) – Plot the decoding colour component transfer function instead.

Other Parameters

**kwargs (dict, optional) – {colour.plotting.artist(), colour.plotting.plot_multi_functions(), colour.plotting.render()}, Please refer to the documentation of the previously listed definitions.

Returns

Current figure and axes.

Return type

tuple

Examples

>>> plot_multi_cctfs(['ITU-R BT.709', 'sRGB'])  
(<Figure size ... with 1 Axes>, <matplotlib.axes._subplots.AxesSubplot object at 0x...>)
plot_multi_cctfs