add MAVelocity.py

This commit is contained in:
2017-01-03 10:20:29 +01:00
parent c4f9813681
commit 85f20ef491
5 changed files with 290 additions and 7 deletions

View File

@@ -260,7 +260,7 @@ class MAxyPlotFrame(wx.Frame):
def OnUpdate(self, msg, usrData):
# this is the model-view-control update function
print 'OnUpdate',self, msg, usrData
#print 'OnUpdate',self, msg, usrData
if msg==0:
canvas=self.canvas
ax=canvas.ax