Re: [Matplotlib-users] Basemap with origin within the plot

2007-10-12 Thread Jeff Whitaker
> Rutherford Appleton Laboratory > > -Original Message- > From: Jeff Whitaker [mailto:[EMAIL PROTECTED] > Sent: 12 October 2007 13:11 > To: Pascoe, S (Stephen) > Cc: matplotlib-users@lists.sourceforge.net > Subject: Re: [Matplotlib-users] Basemap with origin within t

Re: [Matplotlib-users] Basemap with origin within the plot

2007-10-12 Thread Jeff Whitaker
Pascoe, S (Stephen) wrote: > I am trying to prepare a plot on the UK national grid. This is a transverse > mercator projection centred on the UK with a false origin offset from the > projection origin (lat_0, lon_0). > > The Basemap coordinate system origin (0 Easting and Northing) always seems

Re: [Matplotlib-users] Basemap with origin within the plot

2007-10-11 Thread Adam Mercer
On 10/10/2007, Pascoe, S (Stephen) <[EMAIL PROTECTED]> wrote: > Is there a general way of setting the origin somewhere other than the > lower-left corner? I've just had to deal with a similar problem, you need to use the basemap.shiftgrid() method to shift the co-ordinate grid accordingly. Chee

[Matplotlib-users] Basemap with origin within the plot

2007-10-11 Thread Pascoe, S (Stephen)
I am trying to prepare a plot on the UK national grid. This is a transverse mercator projection centred on the UK with a false origin offset from the projection origin (lat_0, lon_0). The Basemap coordinate system origin (0 Easting and Northing) always seems to be set in the lower-left corner