Merge remote-tracking branch 'origin/streamer_plot' into streamer_plot

This commit is contained in:
wyzula-jan
2023-08-09 17:12:28 +02:00
+2 -2
View File
@@ -61,8 +61,8 @@ class BECScanPlot(pg.GraphicsView):
plot_curve.setData(x=[*x, x_new], y=[*y, y_new])
@pyqtSlot(dict)
def redraw_dap(self, data):
@pyqtSlot(dict, dict)
def redraw_dap(self, data, _metadata):
for chan, plot_curve in self.dap_curves.items():
if not chan:
continue