diff --git a/apps/MixMaster/DataGraph.py b/apps/MixMaster/DataGraph.py index 7224ef7a8..89463ec72 100644 --- a/apps/MixMaster/DataGraph.py +++ b/apps/MixMaster/DataGraph.py @@ -98,7 +98,6 @@ class DataGraph(Frame): for id in ids: self.canvas.delete(id) - def def screendata(self): self.xdata = array(self.data[self.ix,:]) self.ydata = array(self.data[self.iy,:])