diff --git a/dstat_interface/plot.py b/dstat_interface/plot.py old mode 100644 new mode 100755 index dcac856f25dc47303bf0982654a2ecc7ba5150de..3d25f40941486d43e820f3d0b69c42b3ff11b83e --- a/dstat_interface/plot.py +++ b/dstat_interface/plot.py @@ -131,10 +131,7 @@ class plotbox(object): def addline(self): """Add a new line to plot. (initialized with dummy data)))""" - # self.lines.extend(self.axe1.plot([0, 1], [0, 1])) - print self.axe1.lines self.axe1.plot([0, 1], [0, 1]) - print self.axe1.lines def updateline(self, Experiment, line_number): """Update a line specified by line_number with data stored in