[add] no data label

This commit is contained in:
2018-04-27 10:45:20 +02:00
parent ae4c345fa7
commit f49d323c13
2 changed files with 12 additions and 9 deletions

View File

@@ -462,8 +462,6 @@ class WaveformWidgetPG(QtGui.QWidget):
self.label_layout.addWidget(self.perm_label_mid)
self.label_layout.addWidget(self.perm_label_right)
self.plotWidget.showGrid(x=False, y=True, alpha=0.3)
self.plotWidget.hideAxis('bottom')
self.plotWidget.hideAxis('left')
self.wfstart, self.wfend = 0, 0
self.pen_multicursor = self.pg.mkPen(self.parent()._style['multicursor']['rgba'])
self.pen_linecolor = self.pg.mkPen(self.parent()._style['linecolor']['rgba'])