[Matplotlib-users] Map projections and pyplot.plot

2011-12-01 Thread Bruce Ford
I have a basemap figure where data is placed atop, which can be in any number of differing projections. However, when I plot a line over it using pyplot.plot, the line doesn't show unless I'm using the cylindrical equidistant projection. >From what I gather this is a limitation of the plot comman

[Matplotlib-users] ft2font.cpp memory fix patch not in 1.1.x branch

2011-12-01 Thread Neilen Marais
Hi, We are (I think) running into a memory leak that should be resolved by https://github.com/matplotlib/matplotlib/commit /98ee4e991ae142622f3814db193b75236eb77cea#src/ft2font.cpp It was commited in March, but seems not to have made its way to the 1.1.x branch. Would it be possible for a mainta

Re: [Matplotlib-users] ft2font.cpp memory fix patch not in 1.1.x branch

2011-12-01 Thread Benjamin Root
On Thu, Dec 1, 2011 at 9:29 AM, Neilen Marais wrote: > https://github.com/matplotlib/matplotlib/commit > /98ee4e991ae142622f3814db193b75236eb77cea#src/ft2font.cpp Hmm, strange... It isn't even in master right now. The last changes to it were by Michael Droettboom (commit 6b643862) in June of

Re: [Matplotlib-users] ft2font.cpp memory fix patch not in 1.1.x branch

2011-12-01 Thread Benjamin Root
On Thu, Dec 1, 2011 at 10:14 AM, Benjamin Root wrote: > On Thu, Dec 1, 2011 at 9:29 AM, Neilen Marais wrote: > >> https://github.com/matplotlib/matplotlib/commit >> /98ee4e991ae142622f3814db193b75236eb77cea#src/ft2font.cpp > > > Hmm, strange... > > It isn't even in master right now. The last ch

Re: [Matplotlib-users] Map projections and pyplot.plot

2011-12-01 Thread Jeff Whitaker
On 12/1/11 7:34 AM, Bruce Ford wrote: > I have a basemap figure where data is placed atop, which can be in any > number of differing projections. However, when I plot a line over it > using pyplot.plot, the line doesn't show unless I'm using > the cylindrical equidistant projection. > > From wh

Re: [Matplotlib-users] Map projections and pyplot.plot

2011-12-01 Thread Bruce Ford
Yes, as a matter of fact I create an identical basemap object as the plotted gridded data. And the lines (tropical cyclone tracks) plot fine as long as the projection is 'cyl'. Bruce --- Bruce W. Ford Clear Science, Inc. br...@clearscienceinc.com http://www.Cl

Re: [Matplotlib-users] Map projections and pyplot.plot

2011-12-01 Thread Jeff Whitaker
On 12/1/11 11:39 AM, Bruce Ford wrote: Yes, as a matter of fact I create an identical basemap object as the plotted gridded data. And the lines (tropical cyclone tracks) plot fine as long as the projection is 'cyl'. Bruce Bruce: Can you post a self-contained example? -Jeff On Thu, D