Re: [matplotlib-devel] kwargs.copy()

2007-03-26 Thread John Hunter
On 3/26/07, Eric Firing <[EMAIL PROTECTED]> wrote: > Popping the 'a' entry inside the function did not affect the dictionary > that was passed in; it evidently gets copied automatically. > > Am I missing something? Or should I go ahead and strip out the extra > copies and modify the corresponding

[matplotlib-devel] broken callback hander fixed

2007-03-26 Thread John Hunter
Those of you who updated from mpl svn between last night and now, may have noticed that the pan/zoom/etc functionality was broken. Last night I factored out the callback event handler that we use to support the toolbar navigation into a reusable class in cbook. And I broke it. It is now fixed in