colour.plotting.chromaticity_diagram_plot_CIE1931

colour.plotting.chromaticity_diagram_plot_CIE1931(cmfs='CIE 1931 2 Degree Standard Observer', show_diagram_colours=True, use_cached_diagram_colours=True, **kwargs)[source]

Plots the CIE 1931 Chromaticity Diagram.

Parameters:
  • cmfs (unicode, optional) – Standard observer colour matching functions used for diagram bounds.
  • show_diagram_colours (bool, optional) – Whether to display the chromaticity diagram background colours.
  • use_cached_diagram_colours (bool, optional) – Whether to used the cached chromaticity diagram background colours image.
Other Parameters:
 

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

Returns:

Current figure or None.

Return type:

Figure

Examples

>>> chromaticity_diagram_plot_CIE1931()