aboutsummaryrefslogtreecommitdiff
path: root/eitControl.py
diff options
context:
space:
mode:
authorEugeniy E. Mikhailov <evgmik@gmail.com>2021-06-14 09:23:59 -0400
committerEugeniy E. Mikhailov <evgmik@gmail.com>2021-06-14 09:23:59 -0400
commit41a5917cb6180e71f33042a5ca018a6f97657d6b (patch)
tree9f45a0eb9677db00cbe1c1cb639dc70c3893e8fd /eitControl.py
parente1ef46eb9522dc43b34be2f2541c1ced96470772 (diff)
downloadqolab-41a5917cb6180e71f33042a5ca018a6f97657d6b.tar.gz
qolab-41a5917cb6180e71f33042a5ca018a6f97657d6b.zip
changed background
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')