Re: [Matplotlib-users] Axes3d.mouse_init(), facing problems when embedding matplotlib 3d-projection into PyQt5 App

2015-04-30 Thread Christian Ambros
 I just managed to read Thomas post on stackoverflow citation. Yes, it covers, exactly what I found. This would have help if I would have found earlier. @Ben:As I said, it's nice to see such implementation but it's offside the task and offside the suggested components to use. It doesn't cover

Re: [Matplotlib-users] Axes3d.mouse_init(), facing problems when embedding matplotlib 3d-projection into PyQt5 App

2015-04-29 Thread Christian Ambros
, 2015 at 4:03 PM, Christian Ambros ambr...@ymail.com wrote: Hi Benjamin, I would do that if my task were my private stuff, but in this case it's work-related and my boss wants me to use the designer and he already set a deadline, which, I already knew, is set to tight. I told him before

Re: [Matplotlib-users] Axes3d.mouse_init(), facing problems when embedding matplotlib 3d-projection into PyQt5 App

2015-04-28 Thread Christian Ambros
things difficult. I already know that the code you originally posted has errors in it. I would suggest first making a prototype without Qt Designer as a proof-of-concept, perhaps starting with one of our examples in the gallery? Ben Root On Tue, Apr 28, 2015 at 2:12 PM, Christian Ambros ambr

Re: [Matplotlib-users] Axes3d.mouse_init(), facing problems when embedding matplotlib 3d-projection into PyQt5 App

2015-04-28 Thread Christian Ambros
class is addmpl() a part of? What does it subclass? On Tue, Apr 21, 2015 at 7:24 AM, Christian Ambros ambr...@ymail.com wrote: 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

[Matplotlib-users] Axes3d.mouse_init(), facing problems when embedding matplotlib 3d-projection into PyQt5 App

2015-04-21 Thread Christian Ambros
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().  

Re: [Matplotlib-users] Qt4 Designer Example

2015-04-14 Thread Christian Ambros
your experience. I gave up on PyQtdesignerplugins. I think it makes more sense to just use a generic widget as the MPL container.  I would be very happy if you had comments for my Qt designer posts. Ryan On Wed, Apr 8, 2015 at 5:47 AM, Christian Ambros ambr...@ymail.com wrote: Hi Ryan, could you

Re: [Matplotlib-users] Qt4 Designer Example

2015-04-08 Thread Christian Ambros
Hi Ryan, could you write down, as a tutorial, how you built the example with the qt designer?In the last hours I read all most everything what can be found on the issue of getting matplotlib running with pyqt5 and the designer but as you realized yourself, there is little to be found handy. I'm

[Matplotlib-users] [matplotlib-devel] 1.4.3 does not build on Ubuntu 14 with python3

2015-04-01 Thread Christian Ambros
Hi, I'm facing the same trouble with installing matplotlib 1.4.3 and 1.5.dev1. running     python3 setup.py build in the unarchived directory gives this: Edit setup.cfg to change the build options BUILDING

Re: [Matplotlib-users] [matplotlib-devel] 1.4.3 does not build on Ubuntu 14 with python3

2015-04-01 Thread Christian Ambros
Thomas Caswell tcasw...@gmail.com: Make sure you have `freetype-dev` installed at the system level.  Tom On Wed, Apr 1, 2015 at 8:02 AM Christian Ambros ambr...@ymail.com wrote: Hi, I'm facing the same trouble with installing matplotlib 1.4.3 and 1.5.dev1. running     python3 setup.py build

Re: [Matplotlib-users] [matplotlib-devel] 1.4.3 does not build on Ubuntu 14 with python3

2015-04-01 Thread Christian Ambros
. 1. apr. 2015 kl. 14.19 skrev Thomas Caswell tcasw...@gmail.com: Make sure you have `freetype-dev` installed at the system level.  Tom On Wed, Apr 1, 2015 at 8:02 AM Christian Ambros ambr...@ymail.com wrote: Hi, I'm facing the same trouble with installing matplotlib 1.4.3 and 1.5.dev1. running