summaryrefslogtreecommitdiff
path: root/src/diagram_xy.py
blob: d9c35ebc13e757f19728fcbc4da111a0769f03e1 (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.xyY, locus=True, isotherms=True, isotherm_labels=True)
plot_sRGB(crl.xyY)
plot_export()