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 >, 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.

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 , 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 anyway you want. 

[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: previous_relevant_patch_ind

Re: [Matplotlib-users] `matplotlib`: `self._chachedRenderer` fails `assert self._cachedRenderer is not None`, when calling `draw_artist` on a patch?

2015-05-16 Thread bmer
Sorry Tom -- I missed your message, it seems. I suppose I'll leave the SO link for now because I got an answer which I accepted. In the future, I'll post the question here itself. -- View this message in context: http://matplotlib.1069221.n5.nabble.com/matplotlib-self-chachedRenderer-fails-asse

Re: [Matplotlib-users] plot problem

2015-05-16 Thread Thomas Caswell
This is coming out of the pandas plotting tools, you might get better answers on their mailing list. Tom On Sat, May 16, 2015 at 11:51 AM Juan Wu wrote: > 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 pr

[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 m