[Matplotlib-users] Do animations work in Notebook on Mac?

2015-02-02 Thread Mark Bakker
Hello List,

I could swear that animations used to work inside a Notebook using the
nbagg backend on my Mac.

But they seem not to do anything anymore. Just updated to mpl 1.4.2 and am
running IPython 2.3.1.

Can anybody get the basic example to work:
http://matplotlib.org/1.4.2/examples/animation/basic_example.html

Thanks,

Mark
--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


Re: [Matplotlib-users] Do animations work in Notebook on Mac?

2015-02-02 Thread Mark Bakker
Thanks, Thomas.
They sure have a working example.
Now I gotta figure out what they do different than I did in the one that
didn't work.
I'll report back (although things may be fixed with the upcoming 1.4.3
release),
Mark

On Mon, Feb 2, 2015 at 5:26 PM, Thomas Caswell tcasw...@gmail.com wrote:

 The nbagg UAT has an animation example:
 https://github.com/matplotlib/matplotlib/blob/master/lib/matplotlib/backends/web_backend/nbagg_uat.ipynb
 that should work on 1.4.2.

 Tom

 On Mon Feb 02 2015 at 11:17:15 AM Benjamin Root ben.r...@ou.edu wrote:

 There have been many fixes to the nbagg backend that I think are lined up
 for the upcoming 1.4.3 release (the release candidate was tagged
 yesterday). Perhaps it has been fixed there? What version did you upgrade
 from?

 Cheers!
 Ben Root


 On Mon, Feb 2, 2015 at 10:42 AM, Mark Bakker mark...@gmail.com wrote:

 Hello List,

 I could swear that animations used to work inside a Notebook using the
 nbagg backend on my Mac.

 But they seem not to do anything anymore. Just updated to mpl 1.4.2 and
 am running IPython 2.3.1.

 Can anybody get the basic example to work: http://matplotlib.org/1.
 4.2/examples/animation/basic_example.html

 Thanks,

 Mark

 
 --
 Dive into the World of Parallel Programming. The Go Parallel Website,
 sponsored by Intel and developed in partnership with Slashdot Media, is
 your
 hub for all things parallel software development, from weekly thought
 leadership blogs to news, videos, case studies, tutorials and more. Take
 a
 look and join the conversation now. http://goparallel.sourceforge.net/
 ___
 Matplotlib-users mailing list
 Matplotlib-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/matplotlib-users


 
 --
 Dive into the World of Parallel Programming. The Go Parallel Website,
 sponsored by Intel and developed in partnership with Slashdot Media, is
 your
 hub for all things parallel software development, from weekly thought
 leadership blogs to news, videos, case studies, tutorials and more. Take a
 look and join the conversation now. http://goparallel.sourceforge.net/
 ___
 Matplotlib-users mailing list
 Matplotlib-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/matplotlib-users


--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


Re: [Matplotlib-users] Do animations work in Notebook on Mac?

2015-02-02 Thread Thomas Caswell
The nbagg UAT has an animation example:
https://github.com/matplotlib/matplotlib/blob/master/lib/matplotlib/backends/web_backend/nbagg_uat.ipynb
that should work on 1.4.2.

Tom

On Mon Feb 02 2015 at 11:17:15 AM Benjamin Root ben.r...@ou.edu wrote:

 There have been many fixes to the nbagg backend that I think are lined up
 for the upcoming 1.4.3 release (the release candidate was tagged
 yesterday). Perhaps it has been fixed there? What version did you upgrade
 from?

 Cheers!
 Ben Root


 On Mon, Feb 2, 2015 at 10:42 AM, Mark Bakker mark...@gmail.com wrote:

 Hello List,

 I could swear that animations used to work inside a Notebook using the
 nbagg backend on my Mac.

 But they seem not to do anything anymore. Just updated to mpl 1.4.2 and
 am running IPython 2.3.1.

 Can anybody get the basic example to work: http://matplotlib.org/1.
 4.2/examples/animation/basic_example.html

 Thanks,

 Mark

 
 --
 Dive into the World of Parallel Programming. The Go Parallel Website,
 sponsored by Intel and developed in partnership with Slashdot Media, is
 your
 hub for all things parallel software development, from weekly thought
 leadership blogs to news, videos, case studies, tutorials and more. Take a
 look and join the conversation now. http://goparallel.sourceforge.net/
 ___
 Matplotlib-users mailing list
 Matplotlib-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/matplotlib-users


 
 --
 Dive into the World of Parallel Programming. The Go Parallel Website,
 sponsored by Intel and developed in partnership with Slashdot Media, is
 your
 hub for all things parallel software development, from weekly thought
 leadership blogs to news, videos, case studies, tutorials and more. Take a
 look and join the conversation now. http://goparallel.sourceforge.net/
 ___
 Matplotlib-users mailing list
 Matplotlib-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/matplotlib-users

--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


Re: [Matplotlib-users] Do animations work in Notebook on Mac?

2015-02-02 Thread Benjamin Root
There have been many fixes to the nbagg backend that I think are lined up
for the upcoming 1.4.3 release (the release candidate was tagged
yesterday). Perhaps it has been fixed there? What version did you upgrade
from?

Cheers!
Ben Root


On Mon, Feb 2, 2015 at 10:42 AM, Mark Bakker mark...@gmail.com wrote:

 Hello List,

 I could swear that animations used to work inside a Notebook using the
 nbagg backend on my Mac.

 But they seem not to do anything anymore. Just updated to mpl 1.4.2 and am
 running IPython 2.3.1.

 Can anybody get the basic example to work:
 http://matplotlib.org/1.4.2/examples/animation/basic_example.html

 Thanks,

 Mark


 --
 Dive into the World of Parallel Programming. The Go Parallel Website,
 sponsored by Intel and developed in partnership with Slashdot Media, is
 your
 hub for all things parallel software development, from weekly thought
 leadership blogs to news, videos, case studies, tutorials and more. Take a
 look and join the conversation now. http://goparallel.sourceforge.net/
 ___
 Matplotlib-users mailing list
 Matplotlib-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/matplotlib-users


--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users