gr-wxgui: Added additional color table entries
authorMarcus Leech <mleech@ripnet.com>
Wed, 28 Apr 2010 16:08:13 +0000 (09:08 -0700)
committerJohnathan Corgan <jcorgan@corganenterprises.com>
Wed, 28 Apr 2010 16:08:13 +0000 (09:08 -0700)
gr-wxgui/src/python/scope_window.py

index 08a025e1ef3cef278a7491dfc0a281abfa738eea..f7c0ffa82e6174a779b4fe412b3feaf8eb775c64 100644 (file)
@@ -55,6 +55,9 @@ CHANNEL_COLOR_SPECS = (
        (0.0, 0.8, 0.0),
        (1.0, 0.0, 0.0),
        (0.8, 0.0, 0.8),
+        (0.7, 0.7, 0.0),
+        (0.15, 0.90, 0.98),
+
 )
 TRIGGER_COLOR_SPEC = (1.0, 0.4, 0.0)
 AUTORANGE_UPDATE_RATE = 0.5 #sec