def move_up(self): """move marker up and update graph""" navigation_tools.move_up(self.cube_dataview) self.update_graph() self.canvas.draw()
def move_up(self): """move marker up and update graph""" navigation_tools.move_up(self.dataview) self.update_graph()