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