On 1/30/11 6:59 PM, Peter Smale wrote:
> Hi,
> I am using Basemap 1.0 and matplotlib 1.0 on Ubuntu 10.10. I would like
> to use the Hammer projection from the Basemap toolkit but when I use
>
> m = Basemap(resolution='c',projection='hammer',lon_0=180)
>
> I get an error (shown below).
>
> Does anyo
Thanks guys! This is exactly what I was looking for. The axes_grid1 toolkit
works like a charm. I have attached a revised version of the example I had
before with a few minor modifications and some descriptive text at the top.
Is there a standard way for non-developers (i.e. users) to contribute