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

Merge branch 'develop' into param_files

parents d01a0cd8 492d256b
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