예제 #1
0
 def move_left(self):
     """move marker left and update graph"""
     navigation_tools.move_left(self.cube_dataview)
     self.update_graph()
     self.canvas.draw()
예제 #2
0
 def move_left(self):
     """move marker left and update graph"""
     navigation_tools.move_left(self.cube_dataview)
     self.update_graph()
     self.canvas.draw()
예제 #3
0
 def move_left(self):
     """move marker left and update graph"""
     navigation_tools.move_left(self.dataview)
     self.update_graph()
예제 #4
0
 def move_left(self):
     """move marker left and update graph"""
     navigation_tools.move_left(self.dataview)
     self.update_graph()