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