Skip to content
Snippets Groups Projects
Commit 14e0d0e3 authored by Kipp Cannon's avatar Kipp Cannon
Browse files

plotutil.py: darken the green for L1

parent 74b4bdcf
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ def colour_from_instruments(instruments, colours = {
"G1": numpy.array((0.0, 1.0, 1.0)),
"H1": numpy.array((1.0, 0.0, 0.0)),
"H2": numpy.array((0.0, 0.0, 1.0)),
"L1": numpy.array((0.0, 0.8, 0.0)),
"L1": numpy.array((0.0, 0.7, 0.0)),
"V1": numpy.array((1.0, 0.0, 1.0)),
"E1": numpy.array((1.0, 0.0, 0.0)),
"E2": numpy.array((0.0, 0.8, 0.0)),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment