diff options
author | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2021-06-14 09:23:59 -0400 |
---|---|---|
committer | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2021-06-14 09:23:59 -0400 |
commit | 41a5917cb6180e71f33042a5ca018a6f97657d6b (patch) | |
tree | 9f45a0eb9677db00cbe1c1cb639dc70c3893e8fd /eitControl.py | |
parent | e1ef46eb9522dc43b34be2f2541c1ced96470772 (diff) | |
download | pyExpControl-41a5917cb6180e71f33042a5ca018a6f97657d6b.tar.gz pyExpControl-41a5917cb6180e71f33042a5ca018a6f97657d6b.zip |
changed background
Diffstat (limited to 'eitControl.py')
-rw-r--r-- | eitControl.py | 1 |
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') |