aboutsummaryrefslogtreecommitdiff
path: root/eitControl.py
diff options
context:
space:
mode:
Diffstat (limited to 'eitControl.py')
-rw-r--r--eitControl.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/eitControl.py b/eitControl.py
index ddbba74..94054b1 100644
--- a/eitControl.py
+++ b/eitControl.py
@@ -71,6 +71,7 @@ class Experiment:
self.dataPlot = pg.PlotWidget(name='Plot1')
d2.addWidget(self.dataPlot)
+ self.dataPlot.setBackground(None)
w1 = pg.LayoutWidget()
bAutoZoom = QtGui.QPushButton('AutoZoom')