mirror of
https://github.com/bec-project/bec_widgets.git
synced 2026-05-19 21:06:58 +02:00
Merge remote-tracking branch 'origin/streamer_plot' into streamer_plot
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user