def move_right(self): """move marker right and update graph""" navigation_tools.move_right(self.cube_dataview, self.cube_dataview.dimension2) self.update_graph() self.canvas.draw()