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