Re: [Matplotlib-users] plotting points/locations from data file

2011-04-20 Thread Heiko Bauke
Hi, On Tue, 19 Apr 2011 13:09:23 -0700 (PDT) Michael Rawlins rawlin...@yahoo.com wrote: I'm reading the latitudes and longitudes from a file, with each lat, lon pair on each record (line). I use loadtxt for this purpose. http://www.scipy.org/Cookbook/InputOutput

Re: [Matplotlib-users] Possible memory leak?

2011-04-20 Thread Caleb Constantine
On Tue, Apr 19, 2011 at 2:25 PM, Michael Droettboom md...@stsci.edu wrote: Ok.  I have a RHEL5 Linux box with Python 2.7.1. With Numpy 1.4.1 and 1.5.1 I don't see any leaks.  With Numpy git HEAD, I did see a leak -- I submitted a pull request to Numpy here:  

Re: [Matplotlib-users] Possible memory leak?

2011-04-20 Thread Michael Droettboom
On 04/20/2011 07:48 AM, Caleb Constantine wrote: On Tue, Apr 19, 2011 at 2:25 PM, Michael Droettboommd...@stsci.edu wrote: Ok. I have a RHEL5 Linux box with Python 2.7.1. With Numpy 1.4.1 and 1.5.1 I don't see any leaks. With Numpy git HEAD, I did see a leak -- I submitted a pull request

Re: [Matplotlib-users] Possible memory leak?

2011-04-20 Thread Caleb Constantine
On Wed, Apr 20, 2011 at 9:29 AM, Michael Droettboom md...@stsci.edu wrote: On 04/20/2011 07:48 AM, Caleb Constantine wrote: On Tue, Apr 19, 2011 at 2:25 PM, Michael Droettboommd...@stsci.edu  wrote: Ok.  I have a RHEL5 Linux box with Python 2.7.1. With Numpy 1.4.1 and 1.5.1 I don't see any

Re: [Matplotlib-users] Memory leakage in matplotlib 1.0.1 with wx 2.8.11.0

2011-04-20 Thread Oren Gampel
I have now tested this with version 1.1.0svn from the trunk of the dev repository. I believe this version contains Michael Droettboo's patch for pyCXX. ( https://sourceforge.net/tracker/index.php?func=detailaid=3115633group_id=3180atid=103180) Unfortunately the leak is still evident in the small

[Matplotlib-users] Crash using twin axis label with PyGTK

2011-04-20 Thread Jason Heeris
I'm playing around with using Matplotlib in my PyGTK app, and keep triggering a crash. I've narrowed it down to this bit of code: import pygtk import gtk from matplotlib.backends.backend_gtk import FigureCanvasGTK from matplotlib.figure import Figure def TestGraph(one, two, three):