from shared import * import crl plot_setup(width=0.6, color_plot=True) plot_grid() crl.chromaticity_diagram(crl.uvY76, locus=True, isotherms=True, isotherm_labels=True) plot_sRGB(crl.uvY76) plot_export()