Re: [Matplotlib-users] Adding a colour bar to a basemap plot

2007-10-13 Thread Adam Mercer
On 13/10/2007, Jeff Whitaker <[EMAIL PROTECTED]> wrote: > Adam: See the basemap examples directory - there's plenty of examples > there using pylab.colorbar. Thanks, that was what I was after - the appropriate module and method. Cheers Adam

Re: [Matplotlib-users] Adding a colour bar to a basemap plot

2007-10-13 Thread Jeff Whitaker
Adam Mercer wrote: > Hi > > Is there a way that I can add a colour bar to a basemap plot detailing > the value represented by each colour? > > Cheers > > Adam > > Adam: See the basemap examples directory - there's plenty of examples there using pylab.colorbar. -Jeff -- Jeffrey S. Whitaker

Re: [Matplotlib-users] Setting size of plot produced by Basemap

2007-10-13 Thread Adam Mercer
On 13/10/2007, Jeff Whitaker <[EMAIL PROTECTED]> 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 Thanks, I was unsure whether or not is used the sam

Re: [Matplotlib-users] Setting size of plot produced by Basemap

2007-10-13 Thread Jeff Whitaker
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 conju

[Matplotlib-users] Adding a colour bar to a basemap plot

2007-10-13 Thread Adam Mercer
Hi Is there a way that I can add a colour bar to a basemap plot detailing the value represented by each colour? Cheers Adam - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems?

[Matplotlib-users] Setting size of plot produced by Basemap

2007-10-13 Thread Adam Mercer
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 - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to

Re: [Matplotlib-users] projections in matplotlib.toolkits.basemap Basemap vs. pyproj.Proj

2007-10-13 Thread Jeff Whitaker
Charles Seaton wrote: > I have noticed that matplotlib.toolkits.basemap.Basemap supports a smaller > set of projection arguments than the underlying function > matplotlib.toolkits.basemap.pyproj.Proj and was wondering if there is a > fundamental limitation on the functionality of Basemap that preve

Re: [Matplotlib-users] coastlines in matplotlib.toolkits.basemap

2007-10-13 Thread Jeff Whitaker
Charles Seaton wrote: > I would like to use a higher resolution coastline than the high resolution > coastline optionally provided with (specifically, I would like to use the > NOAA/NOS Medium Resolution Coastline). I can see two ways to do this: > > Option 1) Create a coastline file using the in t