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()