Thanks for the response. drawlsmask gets the job done.
Jon
--
View this message in context:
http://www.nabble.com/Basemap---fillcontinents-fills-entire-map-region-in-some-cases-tp23451317p23454957.html
Sent from the matplotlib - users mailing list archive at Nabble.com.
--
I am creating projections centered around various locations:
m = Basemap(width=best_width, height=best_height, lon_0=centerLon
lat_0=centerLat, resolution='c',area_thresh=1.,projection='laea')
For every location, i have the same code to fill the regions:
m.fillcontinents(color='#997766',l
want to add
concentric circles to the subplot using rgrids.
Thanks,
jtamir
--
View this message in context:
http://www.nabble.com/Basemap---plot-on-a-polar-figure-tp23377500p23377500.html
Sent from the matplotlib - users mailing list archive at Nabble.com
Andrew Straw wrote:
>
> That's the first error -- and it's quite diagnostic. gcc can't find
> Python.h.
>
Looks like I didn't have the python-dev package installed - I wasn't aware
it was necessary (still relatively new to these things!). Basemap is now
working correctly.
Thanks for the help
ng the first error?
>
The full output is quite long - 1650 lines (attached)
> $ python setup.py install --prefix=/home/jtamir > log
> error: Command "gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2
> -Wall -Wstrict-prototypes -fPIC -Isrc
> -I/home/jtamir/lib/python2.5/s
token
src/_proj.c:3690: error: expected ‘)’ before ‘*’ token
src/_proj.c:3705: error: expected ‘)’ before ‘*’ token
src/_proj.c:3720: error: expected ‘)’ before ‘*’ token
src/_proj.c:3735: error: expected ‘)’ before ‘*’ token
error: Command "gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -