transform image

This commit is contained in:
2018-12-12 17:24:16 +01:00
parent 69b31e4474
commit 36c8d3b373
2 changed files with 208 additions and 33 deletions

View File

@@ -374,10 +374,10 @@ if __name__ == '__main__':
f1 = MAxyPlotFrame(frame, doc)
f1.Show(True)
f2= MAErrorFrame(frame, doc)
f2.Show(True)
f3= MAVelocityFrame(frame, doc)
f3.Show(True)
#f2= MAErrorFrame(frame, doc)
#f2.Show(True)
#f3= MAVelocityFrame(frame, doc)
#f3.Show(True)
self.SetTopWindow(frame)
return True