generalize binning

This commit is contained in:
Dominik Demuth
2023-06-19 20:03:21 +02:00
parent 84d588cf80
commit 354d5cbc99
6 changed files with 20 additions and 16 deletions

View File

@ -766,7 +766,7 @@ class UpperManagement(QtCore.QObject):
self.newData.emit(new_key, dest_graph)
def binning(self, digits: int):
def binning(self, digits: float):
_active = self.graphs[self.current_graph].active
new_data = []
for sid in _active: