Merge 59dcb4db7f
into 625ba9d698
This commit is contained in:
commit
5abb2ea96f
@ -311,7 +311,7 @@ class WaterfallPlotWidget:
|
||||
# Create waterfall image on first run
|
||||
if self.counter == 1:
|
||||
self.waterfallImg = pg.ImageItem()
|
||||
self.waterfallImg.scale((data_storage.x[-1] - data_storage.x[0]) / len(data_storage.x), 1)
|
||||
self.waterfallImg.scale()
|
||||
self.plot.clear()
|
||||
self.plot.addItem(self.waterfallImg)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user