From 7929fc52b69e3dbc191066b6775eb4635cce6e55 Mon Sep 17 00:00:00 2001 From: "Eugeniy E. Mikhailov" Date: Mon, 14 Jun 2021 21:52:54 -0400 Subject: yellow color is invisible, changing it to black --- eitControl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eitControl.py') diff --git a/eitControl.py b/eitControl.py index 97a7ef9..d26672c 100644 --- a/eitControl.py +++ b/eitControl.py @@ -23,7 +23,7 @@ class Experiment: self.root = root self.tic = 0 self.channelsNames2grab={'tic', 'x','rfFreq','dac0', 'dac1', 'adc0', 'adc1', 'adc2', 'adc3'} - self.channelsColor = { 'adc0': 'y', 'adc1': 'c', 'adc2': 'm', 'adc3': 'b', 'dac0': 'w', 'dac1': 'g'} + self.channelsColor = { 'adc0': 'k', 'adc1': 'c', 'adc2': 'm', 'adc3': 'b', 'dac0': 'w', 'dac1': 'g'} #self.channelsNames2plot={'dac0', 'dac1', 'adc0', 'adc1', 'adc2', 'adc3'} if args.test: self.channelsNames2plot={'adc0', 'adc1', 'adc2', 'adc3'} -- cgit v1.2.3