def on_cursor_enter(self, event): self.saved_cursor = self.figure.canvas.GetCursor() self.figure.canvas.SetCursor(wx.StockCursor(wx.CURSOR_CROSS))