Re: [Matplotlib-users] Matplotlib backend nbagg does not show figure in iPython Notebook

2015-02-05 Thread Benjamin Root
Selecting a backend must be first before any other matplotlib actions. Typically, ipython magics (the %matplotlib commands) are kept at the top anyway. I hope that clears it up. Ben Root On Feb 5, 2015 5:22 PM, "fjanoos" wrote: > Hello, > > I'm running the following configuration > Python 2.7.6

[Matplotlib-users] Matplotlib backend nbagg does not show figure in iPython Notebook

2015-02-05 Thread fjanoos
Hello, I'm running the following configuration Python 2.7.6 (default, Feb 5 2015, 00:21:43) IPython 3.0.0-b1 matplotlib '1.4.2' The version of the notebook server is 3.0.0-b1-ee6223a. This is running on linux 3.16.0-0.bpo.4-amd64 #1 SMP Debian 3.16.7-ckt2-1~bpo70+1 (2014-12-08) x86_64 GNU/Linu

Re: [Matplotlib-users] 'Poly3DCollection' object has no attribute '_facecolors2d'

2015-02-05 Thread Oliver
Bug report made under issue 4067 . Thanks for confirming the bug! ​ 2015-02-05 22:43 GMT+01:00 Benjamin Root : > Yup, that is a real bug... self._facecolors2d doesn't get set until the > first draw. It really shouldn't be accessing _facecolor

Re: [Matplotlib-users] 'Poly3DCollection' object has no attribute '_facecolors2d'

2015-02-05 Thread Benjamin Root
Yup, that is a real bug... self._facecolors2d doesn't get set until the first draw. It really shouldn't be accessing _facecolors2d because the elements can change order depending on the rotation of the display. Could you file the bug report, please? Thanks! Ben Root On Thu, Feb 5, 2015 at 4:32 P

[Matplotlib-users] 'Poly3DCollection' object has no attribute '_facecolors2d'

2015-02-05 Thread Oliver
Greetings, before I submit an issue I usually try to confirm on the mailing list that the issue I'm experiencing is not just on my system. At the moment, I've tested this only on my personal laptop, but in virtual environments. One venv has mpl version 1.3.1, the other has just been installed (wit

[Matplotlib-users] Keep list of figures or plots and flip through list using UI

2015-02-05 Thread tenspd137 .
Hi all, I often have scripts that make a lot of plots, and I would like to be able to create the plots and then have a UI tool that shows a list of their titles, click on the title and have the plot be drawn in a window. So far, I have been able to use PyQt to create a UI with a list box and a Wi

Re: [Matplotlib-users] [matplotlib-devel] v1.4.3rc1

2015-02-05 Thread Phil Elson
Awesome work! Full credit to Tom who has driven this release. The nbagg backend is looking great - some pretty swish new features thanks to hard work from Steven Silvester and Thomas Caswell! On 2 February 2015 at 10:58, Jens Nielsen wrote: > Thanks Tom, > > I ran the test suite on OSX 10.10 wi