[Matplotlib-users] plot problem

2015-05-16 Thread Juan Wu
Hi, List experts, I have a matplotlib problem when I tried to use a tool called HDDM. As HDDM is another issue, I here just post my problem with Matplotlib. In short, the error alarm appeard when I input fig = plt.figure(). I am a beginner with those stuff. I would appreciate if anyone can give

Re: [Matplotlib-users] [matplotlib-devel] Easy problem working with dev library

2015-05-16 Thread Paul Hobson
On Saturday, May 16, 2015 at 14:58, Neil Girdhar mistersh...@gmail.com, wrote: Thanks, and if I want to revert my system to its old matplotlib? ​ ​ ​Assuming you cloned the repo from git, just checkout any revision you want. ​ If didn't clone from git, just reinstall matplotlib

Re: [Matplotlib-users] [matplotlib-devel] Easy problem working with dev library

2015-05-16 Thread Eric Firing
On 2015/05/16 3:20 PM, Paul Hobson wrote: On Saturday, May 16, 2015 at 14:58, Neil Girdhar mistersh...@gmail.com mailto:mistersh...@gmail.com, wrote: Thanks, and if I want to revert my system to its old matplotlib? ​ ​ ​Assuming you cloned the repo from git, just checkout any revision

[Matplotlib-users] What are my options for speeding up a custom function called by `FuncAnimation`?

2015-05-16 Thread bmer
This is what my animation function (i.e. the one that gets called by `FuncAnimation`) looks like: import numpy as np ... def mpl_animation_function(n): print animating timestep: , n if n 0: