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

2015-02-07 Thread Benjamin Root
I am getting some test failures here and on master in the collections module. == FAIL: __main__.test_regularpolycollection_rotate.test -- Traceback (most recent c

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

2015-02-07 Thread FJ
Upgrading matlplotlib to the git head version  worked perfectly. Thanks ! From: Thomas Caswell To: Benjamin Root Cc: FJ ; Matplotlib Users Sent: Saturday, February 7, 2015 4:25 PM Subject: Re: [Matplotlib-users] Matplotlib backend nbagg does not show figure in iPython Notebook Y

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

2015-02-07 Thread Thomas Caswell
Sandro, Well, creating the tarball on GH is a lot easier for us as it happens automatically! I don't want to unilaterally change policy so I will create the files on SF. If you want to tracking GH for debian instead of SF I don't think that would be a bad idea, but I don't know how much of a has

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

2015-02-07 Thread Thomas Caswell
Yes, I think that if you want to use ipython 3.0 you need to use mpl 1.4.3 or master. Tom On Sat Feb 07 2015 at 4:21:19 PM Benjamin Root wrote: > So, the user needs to use 1.4.3? > > On Sat, Feb 7, 2015 at 4:17 PM, Thomas Caswell wrote: > >> See https://github.com/ipython/ipython/issues/7351 a

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

2015-02-07 Thread Benjamin Root
So, the user needs to use 1.4.3? On Sat, Feb 7, 2015 at 4:17 PM, Thomas Caswell wrote: > See https://github.com/ipython/ipython/issues/7351 and > https://github.com/matplotlib/matplotlib/pull/4002 > > On Sat Feb 07 2015 at 4:15:26 PM Benjamin Root wrote: > >> Hmm, that should work. I notice tha

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

2015-02-07 Thread Thomas Caswell
See https://github.com/ipython/ipython/issues/7351 and https://github.com/matplotlib/matplotlib/pull/4002 On Sat Feb 07 2015 at 4:15:26 PM Benjamin Root wrote: > Hmm, that should work. I notice that you are using the beta 3.0 ipython > release. Perhaps something is broken in the beta? Could you

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

2015-02-07 Thread Sandro Tosi
On Sat, Feb 7, 2015 at 9:05 PM, Thomas Caswell wrote: > Sandro, > > Can you use the tarball from github > (https://github.com/matplotlib/matplotlib/archive/v1.4.3rc1.tar.gz ?) Sure I can, but since all the previous release (even RC) were done one SF, we have our tools to monitor and download new

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

2015-02-07 Thread Benjamin Root
Hmm, that should work. I notice that you are using the beta 3.0 ipython release. Perhaps something is broken in the beta? Could you try downgrading ipython (and the notebook server, they are separate packages, I think)? Ben Root P.S. - Do "Reply-All" so that your responses stay on the mailing lis

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

2015-02-07 Thread Thomas Caswell
Sandro, Can you use the tarball from github ( https://github.com/matplotlib/matplotlib/archive/v1.4.3rc1.tar.gz ?) Tom On Sat Feb 07 2015 at 4:01:01 PM Sandro Tosi wrote: > Hi Thomas, > > On Mon, Feb 2, 2015 at 5:37 AM, Thomas Caswell wrote: > > Evening all, > > > > I have tagged the first re

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

2015-02-07 Thread Sandro Tosi
Hi Thomas, On Mon, Feb 2, 2015 at 5:37 AM, Thomas Caswell wrote: > Evening all, > > I have tagged the first release candidate for v1.4.3 > (https://github.com/matplotlib/matplotlib/releases/tag/v1.4.3rc1). ... > Please kick the tires and give it a try! If there are no major issues, the > plan is

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

2015-02-07 Thread Benjamin Root
How did you start ipython? On Sat, Feb 7, 2015 at 2:27 AM, fjanoos wrote: > hi Benjamin > > This sequence in a new notebook: > > %matplotlib nbagg > import matplotlib as mpl > import matplotlib.pyplot as plt > plt.plot(range(100)) > > also results in exactly the same result - the figure placehol