Skip to content
Snippets Groups Projects
Commit 492d256b authored by Michael DM Dryden's avatar Michael DM Dryden
Browse files

Remove debugging statements.

parent 51703509
Branches
Tags
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment