Skip to content

Instantly share code, notes, and snippets.

@KelSolaar
Created June 19, 2017 11:29
Show Gist options
  • Save KelSolaar/4e5144cd6977ad34321cf7e223ae66db to your computer and use it in GitHub Desktop.
Save KelSolaar/4e5144cd6977ad34321cf7e223ae66db to your computer and use it in GitHub Desktop.
CIE 1976 UCS Chromaticity Diagram - CIE 1964 10 Degree Standard Observer - Trimmed
%matplotlib inline
import colour
from colour.plotting.diagrams import *
colour.CMFS['CIE 1964 10 Degree Standard Observer - Trimmed'] = colour.CMFS['CIE 1964 10 Degree Standard Observer'].clone().align(colour.SpectralShape(400, 700, 1))
CIE_1976_UCS_chromaticity_diagram_colours_plot(
samples=1024,
standalone=False,
cmfs='CIE 1964 10 Degree Standard Observer - Trimmed')
CIE_1976_UCS_chromaticity_diagram_plot(
cmfs='CIE 1964 10 Degree Standard Observer - Trimmed',
show_diagram_colours=False)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment