Re: [Matplotlib-users] matplotlib/basemap plot geo data on background map

2010-09-10 Thread izzybitsie
transformation functions. I only used lat/lon->x/y for the points in the curve and the polygon shows up OK. What should I write my own transformations for? THANKS izzybitsie wrote: > > Thanks for your answer. I'm actually looking to plot filled curves whose > points are lat/lon points

Re: [Matplotlib-users] matplotlib/basemap plot geo data on background map

2010-09-10 Thread izzybitsie
> > Hope this helps, > Aman > > On Fri, Sep 10, 2010 at 1:06 PM, izzybitsie wrote: > >> >> Hi, >> I'm new to matplotlib and I'm looking for an easy way to plot >> geographical >> data on a background map: bkgmap.png >> http://old.na

[Matplotlib-users] matplotlib/basemap plot geo data on background map

2010-09-10 Thread izzybitsie
Hi, I'm new to matplotlib and I'm looking for an easy way to plot geographical data on a background map: bkgmap.png http://old.nabble.com/file/p29679002/bkgmap.png So far I only found out about warpimage() to do this but only part of bkgmap.png comes up in the output image. I think this is becau