Re: [Matplotlib-users] How to draw a specific country by basemap?

2011-02-09 Thread Eric Liang
e: Thu, 27 Jan 2011 17:59:03 +0800 > From: eric.l.2...@gmail.com > To: thlec...@msn.com > CC: eric.l.2...@gmail.com; matplotlib-users@lists.sourceforge.net > Subject: Re: [Matplotlib-users] How to draw a specific country by basemap? > > On 01/27/2011 01:38 AM, Thomas Lecocq

Re: [Matplotlib-users] How to draw a specific country by basemap?

2011-01-27 Thread Thomas Lecocq
users@lists.sourceforge.net Subject: [Matplotlib-users] How to draw a specific country by basemap? Hi all, I'm using the Basemap module in matplotlib, it's great to draw a world map but for a specific country. Empirically, one can draw its own country by specifying the lats and longs li

Re: [Matplotlib-users] How to draw a specific country by basemap?

2011-01-27 Thread Thomas Lecocq
plotlib-users@lists.sourceforge.net Subject: Re: [Matplotlib-users] How to draw a specific country by basemap? On 01/27/2011 01:38 AM, Thomas Lecocq wrote: Hi, An easy way is to use the data from http://www.gadm.org/ and to plot it with m.readshapefile() Thank you very much. The GDAM database

Re: [Matplotlib-users] How to draw a specific country by basemap?

2011-01-27 Thread Eric Liang
--- > Date: Wed, 26 Jan 2011 16:03:27 +0800 > From: eric.l.2...@gmail.com > To: matplotlib-users@lists.sourceforge.net > Subject: [Matplotlib-users] How to draw a specific country by basemap? > > Hi all, > > I'm using the Basemap module in matplot

Re: [Matplotlib-users] How to draw a specific country by basemap?

2011-01-26 Thread Thomas Lecocq
...@gmail.com To: matplotlib-users@lists.sourceforge.net Subject: [Matplotlib-users] How to draw a specific country by basemap? Hi all, I'm using the Basemap module in matplotlib, it's great to draw a world map but for a specific country. Empiricall

[Matplotlib-users] How to draw a specific country by basemap?

2011-01-26 Thread Eric Liang
Hi all, I'm using the Basemap module in matplotlib, it's great to draw a world map but for a specific country. Empirically, one can draw its own country by specifying the lats and longs like this example: http://matplotlib.sourceforge.net/basemap/doc/html/users/geography.html And you can use