summaryrefslogtreecommitdiff
path: root/src/diagram_uv_zoom.py
blob: c21fcd9dcfac01ccd44d2539adbc074e29a441fc (plain)
1
2
3
4
5
6
7
8
9
10
from shared import *
import crl, matplotlib.pyplot as plt

plot_setup(width=0.4, color_plot=True)
plot_grid()
crl.chromaticity_diagram(crl.uvY, locus=True, isotherms=True, pures_labels=False,
                         isotherm_labels=True, isotherm_label_scale=1)
plt.xlim(0.17, 0.35)
plt.ylim(0.28, 0.38)
plot_export()