[matplotlib-devel] relim and autoscale_view

2008-01-21 Thread Darren Dale
In the trunk, I noticed that relim() followed by autoscale_view() do not have the same behavior as they did with the old transforms branch. For example: l,=plot([1,2,3]) l.set_ydata([4,5,6]) gca().relim() gca().autoscale_view() draw() used to produce the same output as plot([4,5,6]) but now it

Re: [matplotlib-devel] Fontcache problem on windows

2008-01-21 Thread Jörgen Stenarson
Michael Droettboom skrev: > I haven't seen this issue. It may just be a dirty compilation problem. > Often distutils doesn't rebuild enough. Try removing the build > directory and then build/install. > > If that's not the case, we'll need to track down which font is tripping > it up. Set "

Re: [matplotlib-devel] memory leak in pcolor and pcolormesh

2008-01-21 Thread Eric Firing
Michael Droettboom wrote: > Thanks for finding this. > > This should be fixed in r4881. It was a simple reference counting bug. > > Please let me know if you still see leaks. That fixed it here. Thank you! Eric - This SF

Re: [matplotlib-devel] Fontcache problem on windows

2008-01-21 Thread Michael Droettboom
I haven't seen this issue. It may just be a dirty compilation problem. Often distutils doesn't rebuild enough. Try removing the build directory and then build/install. If that's not the case, we'll need to track down which font is tripping it up. Set "verbose.level" to "debug-annoying" and

Re: [matplotlib-devel] memory leak in pcolor and pcolormesh

2008-01-21 Thread Michael Droettboom
Thanks for finding this. This should be fixed in r4881. It was a simple reference counting bug. Please let me know if you still see leaks. Cheers, Mike Eric Firing wrote: > Rob Hetland wrote: >> I am using the new transforms version of MPL (the svn trunk), and >> found a memory leak in pcolo

[matplotlib-devel] Fontcache problem on windows

2008-01-21 Thread Jörgen Stenarson
Hi today after upgrading to the latest svn (r4880 compiled with mingw) and deleting fontManager.cache I got the following message and a crash c:\python\>python Python 2.4.3 (#69, Mar 29 2006, 17:35:34) [MSC v.1310 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for mor

Re: [matplotlib-devel] memory leak in pcolor and pcolormesh

2008-01-21 Thread Eric Firing
Rob Hetland wrote: > I am using the new transforms version of MPL (the svn trunk), and > found a memory leak in pcolor and pcolormesh. Be warned, I just > reported a memory leak in the scikits delaunay package that Robert > Kern was not able to reproduce, so it might be nice if someone could

[matplotlib-devel] memory leak in pcolor and pcolormesh

2008-01-21 Thread Rob Hetland
I am using the new transforms version of MPL (the svn trunk), and found a memory leak in pcolor and pcolormesh. Be warned, I just reported a memory leak in the scikits delaunay package that Robert Kern was not able to reproduce, so it might be nice if someone could check this out. I am o