diff options
-rw-r--r-- | eitControl.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eitControl.py b/eitControl.py index d26672c..cd5a9c8 100644 --- a/eitControl.py +++ b/eitControl.py @@ -72,6 +72,7 @@ class Experiment: self.dataPlot = pg.PlotWidget(name='Plot1') d2.addWidget(self.dataPlot) self.dataPlot.setBackground(None) + self.dataPlot.showGrid(x=True, y=True) w1 = pg.LayoutWidget() bAutoZoom = QtGui.QPushButton('AutoZoom') |