summaryrefslogtreecommitdiff
path: root/src/diagram_uv76.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/diagram_uv76.py')
-rw-r--r--src/diagram_uv76.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/diagram_uv76.py b/src/diagram_uv76.py
new file mode 100644
index 0000000..0de8821
--- /dev/null
+++ b/src/diagram_uv76.py
@@ -0,0 +1,8 @@
+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()