aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--eitControl.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/eitControl.py b/eitControl.py
index 36c272d..22c4534 100644
--- a/eitControl.py
+++ b/eitControl.py
@@ -34,7 +34,6 @@ class Experiment:
self.xlabel=''
self.channelGraph={}
self.clearData()
- self.color = 1
self.guiSetup(root)
self.guiSweeper = Sweeper(self.root, Npoints=10, SweepTime=1, onTicCallbacks=[self.updatePlot])
self.guiSweeper.cmdStart()
@@ -198,7 +197,6 @@ class Experiment:
self.dataPlot.autoRange()
def updatePlot(self,swp=None):
- self.color += 1
start = datetime.now()
x = self.data['x']
for name in self.channelsNames2plot: