colour.plotting.models.plot_pointer_gamut

colour.plotting.models.plot_pointer_gamut(pointer_gamut_colours: Optional[Union[ArrayLike, str]] = None, pointer_gamut_opacity: Floating = 1, method: Union[Literal['CIE 1931', 'CIE 1960 UCS', 'CIE 1976 UCS'], str] = 'CIE 1931', **kwargs: Any) Tuple[plt.Figure, plt.Axes][source]

Plot Pointer’s Gamut according to given method.

Parameters
  • pointer_gamut_colours (Optional[Union[ArrayLike, str]]) – Colours of the Pointer’s Gamut.

  • pointer_gamut_opacity (Floating) – Opacity of the Pointer’s Gamut.

  • method (Union[Literal[('CIE 1931', 'CIE 1960 UCS', 'CIE 1976 UCS')], str]) – Plotting method.

  • kwargs (Any) – {colour.plotting.artist(), colour.plotting.render()}, See the documentation of the previously listed definitions.

Returns

Current figure and axes.

Return type

tuple

Examples

>>> plot_pointer_gamut()  
(<Figure size ... with 1 Axes>, <...AxesSubplot...>)
plot_pointer_gamut