The addmpl() method isn't right. You created a canvas object, assigned it
to self.canvas, but then tried to call FigureCanvas.__init__(), passing it
whatever object "self" is. What class is addmpl() a part of? What does it
subclass?
On Tue, Apr 21, 2015 at 7:24 AM, Christian Ambros wrote:
> Hi,
Hi,
I embedded Ryan's examble for PyQt5-matplotlib use into my App but I get the
following error:
/usr/local/lib/python3.4/dist-packages/mpl_toolkits/mplot3d/axes3d.py:1009:
UserWarning: Axes3D.figure.canvas is 'None', mouse rotation disabled. Set
canvas then call Axes3D.mouse_init().
warning