コード例 #1
0
 def move_up(self):
     """move marker up and update graph"""
     navigation_tools.move_up(self.cube_dataview)
     self.update_graph()
     self.canvas.draw()
コード例 #2
0
 def move_up(self):
     """move marker up and update graph"""
     navigation_tools.move_up(self.cube_dataview)
     self.update_graph()
     self.canvas.draw()
コード例 #3
0
 def move_up(self):
     """move marker up and update graph"""
     navigation_tools.move_up(self.dataview)
     self.update_graph()
コード例 #4
0
 def move_up(self):
     """move marker up and update graph"""
     navigation_tools.move_up(self.dataview)
     self.update_graph()