[matplotlib-devel] Detailed instructions for compiling matplotlib on Windows XP

2010-12-13 Thread Ian Bell
Hello all, I finally, after much pain and anguish, succeeded at compiling MPL with GTKAgg on windows and I thought people might be interested to know how I managed it. Of course, your mileage may vary... 1. Install Python (I used the Python (x,y) distribution of 2.6: http://code.google.co

Re: [matplotlib-devel] Annotations - negative points and pixels don't wrap

2010-12-13 Thread Jae-Joon Lee
I believe this was recently introduced when I refactored the annotation code. Attached is a preliminary fix. So, please test it if you can. Since the change during the refactoring was rather significant, I'm not 100% sure if this will restore the old behavior without affecting the new functionality

Re: [matplotlib-devel] plot_surface patch

2010-12-13 Thread Benjamin Root
On Tue, Nov 30, 2010 at 4:53 PM, Benjamin Root wrote: > On Wednesday, November 17, 2010, Benjamin Root wrote: > > On Tue, Nov 16, 2010 at 5:20 PM, J P wrote: > > > > > > Hi all, here's my first patch for matplotlib. Someone noticed at Stack > Overflow that the plot_surface function in mplot3d w

[matplotlib-devel] Sourceforge status

2010-12-13 Thread Benjamin Root
Does some other setting needs to be made to allow me to change the status of bug reports in sourceforge? I can't close reports or assign them to myself. Thanks, Ben Root -- Lotusphere 2011 Register now for Lotusphere 2011

Re: [matplotlib-devel] memory leak in canvas.draw() in TkAgg

2010-12-13 Thread Russell E. Owen
I'm afraid your change didn't help (I only applied the patch to lib/matplotlib/text.py; the cbook.py change appeared to only affect whitespace). However, the memory leak is smaller using the svn trunk than in matplotlib 1.0.0. Also, calling subplot.clear() makes the leak worse in matplotlib 1.

Re: [matplotlib-devel] memory leak in canvas.draw() in TkAgg

2010-12-13 Thread Russell E. Owen
I also wanted to say: - Thank you for the patch. I appreciate the chance to try a fix. - I doubt the issue is related to text because my scripts shows a memory leak even if the displayed text is never updated (comment out the line that modifies the x axis limits to see what I mean; though I confe