From 87eb67408f9230315494a8cf66fe264196a04ad0 Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Sun, 16 Feb 2020 11:14:09 +0100 Subject: Ostateczna wersja pracy dyplomowej --- src/diagram_xy.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/diagram_xy.py (limited to 'src/diagram_xy.py') diff --git a/src/diagram_xy.py b/src/diagram_xy.py new file mode 100644 index 0000000..d9c35eb --- /dev/null +++ b/src/diagram_xy.py @@ -0,0 +1,8 @@ +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() -- cgit