Skip to content

Commit

Permalink
WIP: get demo running using zmq
Browse files Browse the repository at this point in the history
  • Loading branch information
CJ-Wright committed Aug 28, 2017
1 parent 18031a9 commit 56915ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xpdview/callbacks.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def __init__(self, x_name, y_name, db=None, units=None):

self.wf = Waterfall(fig=self.fig, unit=self.units)
self.i = 0
self.fig.show()

def start(self, doc):
self.i = 0
Expand Down

0 comments on commit 56915ca

Please sign in to comment.