Exemplo n.º 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()
Exemplo n.º 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()
Exemplo n.º 3
0
 def move_left(self):
     """move marker left and update graph"""
     navigation_tools.move_left(self.dataview)
     self.update_graph()
Exemplo n.º 4
0
 def move_left(self):
     """move marker left and update graph"""
     navigation_tools.move_left(self.dataview)
     self.update_graph()