I am writing an application in wxPython. The button "plot" shows wxFrame with 3D surface, but I can not rotate the surface Is it possible that a 3D platform be placed in deflection? How can I example:? Import matplotlib matplotlib.use ('WXAgg') from matplotlib.backends.backend_wx as FigureCanvas form matplotlib.backends.backend_wxagg Import ImageCanvasWxAgg Import from NavigationToolbar2Wx as plt class CanvasFrame (wx.Frame) mpl_toolkits .mplot3d import axes3d imports from matplotlib.pyplot wx: def __init __ (self): wx.Frame .__ init __ (self, none, -1, 'CanvasFrame', size = (550,350)) self.SetBackgroundColour (wx .NamedColor ( "white")) self.figure = plt.figure () self.axes = axes3d.Axes3D (self.figure) X, Y, Z = axes3d.get_test_data (0.05) Self .axes.plot_surface (x, y , Z, rstride = 8, cstride = 8, alpha = 0.3) CSET = self.axes.contour (X, Y, Z, zdir = 'z', offset = -100) CSET = Self.axes.contour (A C, y, z, zdir = 'x', offse...