This commit is contained in:
Dominik Demuth
2023-06-16 20:25:24 +02:00
parent 1703b8d514
commit 5b146433f3
3 changed files with 11 additions and 8 deletions

View File

@ -773,7 +773,7 @@ class UpperManagement(QtCore.QObject):
key = self.add(self.data[sid].binning(digits=digits))
new_data.append(key)
self.newData.emit(new_data, '')
self.newData.emit(new_data, self.current_graph)
@QtCore.pyqtSlot(int, dict)
def smooth_data(self, npoints, param_kwargs):