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 fjan...@yahoo.com 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

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

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

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 tcasw...@gmail.com 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

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 tcasw...@gmail.com To: Benjamin Root ben.r...@ou.edu Cc: FJ fjan...@yahoo.com; Matplotlib Users matplotlib-users@lists.sourceforge.net Sent: Saturday, February 7, 2015 4:25 PM Subject: Re:

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 ben.r...@ou.edu wrote: Hmm, that should work. I notice that you are using the beta 3.0 ipython release. Perhaps something is broken in the

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 tcasw...@gmail.com 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 ben.r...@ou.edu wrote: Hmm,

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

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 tcasw...@gmail.com 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,

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 mo...@debian.org wrote: Hi Thomas, On Mon, Feb 2, 2015 at 5:37 AM, Thomas Caswell tcasw...@gmail.com wrote: Evening all,

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 ben.r...@ou.edu wrote: So, the user needs to use 1.4.3? On Sat, Feb 7, 2015 at 4:17 PM, Thomas Caswell tcasw...@gmail.com wrote: See