> 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
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
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
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