Created
June 19, 2017 11:29
-
-
Save KelSolaar/4e5144cd6977ad34321cf7e223ae66db to your computer and use it in GitHub Desktop.
CIE 1976 UCS Chromaticity Diagram - CIE 1964 10 Degree Standard Observer - Trimmed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%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