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
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 "
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
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
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
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
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
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