generalize binning
This commit is contained in:
@ -67,9 +67,9 @@ class TgCalculator(QtWidgets.QDialog, Ui_Dialog):
|
||||
self.dsc_plot.removeItem(val)
|
||||
self.graphicsView_2.removeItem(val)
|
||||
|
||||
for plt in self._hodge.values():
|
||||
for key, plt in self._hodge.items():
|
||||
plt[0].setData(x=[], y=[])
|
||||
plt[1] = None
|
||||
self._hodge[key] = (plt[0], None)
|
||||
|
||||
self._dsc = {}
|
||||
self._plots = {}
|
||||
|
Reference in New Issue
Block a user