summaryrefslogtreecommitdiff
path: root/src/diagram_uv.py
blob: 39b909496ed2269baa385cf9aa590564a8ade65d (plain)
1
2
3
4
5
6
7
8
from shared import *
import crl

plot_setup(width=0.6, color_plot=True)
plot_grid()
crl.chromaticity_diagram(crl.uvY, locus=True, isotherms=True, isotherm_labels=True)
plot_sRGB(crl.uvY)
plot_export()