On Feb 12, 2008, at 8:39 PM, Evan Mason wrote:

> dl = 20000.
> nx = int((M.xmax - M.xmin) / dl) + 1
> ny = int((M.ymax - M.ymin) / dl) + 1
>
> lonr, latr = M.makegrid(nx, ny)
>
> plot(lonr, latr, 'c.')
> show()

I think you might be looking for M.plot() rather than plot()??
plot() will just overwrite the basemap in the figure (although
that might be possible to fix with some axis-magic, but that is
far beyond my knowledge of matplotlib).

Cheers
   Tommy


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to