Setting size of plot produced by Basemap

Hi

How can I set the size of the plot produced by basemap, as I need to
create a nice high resolution plot for a publication?

Cheers

Adam

Adam Mercer wrote:

Hi

How can I set the size of the plot produced by basemap, as I need to
create a nice high resolution plot for a publication?

Cheers

Adam
  
Adam: Same as with any other plot created with matplotlib. You can use the 'figsize' keyword to pylab.figure in conjunction with the 'dpi' keyword to pylab.savefig. For details see

http://www.scipy.org/Cookbook/Matplotlib/AdjustingImageSize

-Jeff

···

--
Jeffrey S. Whitaker Phone : (303)497-6313
NOAA/OAR/CDC R/PSD1 FAX : (303)497-6449
325 Broadway Boulder, CO, USA 80305-3328

Thanks, I was unsure whether or not is used the same system.

Cheers

Adam

···

On 13/10/2007, Jeff Whitaker <jswhit@...146...> wrote:

Adam: Same as with any other plot created with matplotlib. You can use
the 'figsize' keyword to pylab.figure in conjunction with the 'dpi'
keyword to pylab.savefig. For details see