Well, not sure if that is supported, but I found a way !:
[...]
self.fig1 = Figure(figsize=(width, height), dpi=dpi)
self.fig2 = Figure(figsize=(width, height), dpi=dpi)
self.axes1 = self.fig1.add_subplot(223)
self.axes2 = self.fig2.add_subplot(221)
On 4/2/12 11:23 AM, Jeff Whitaker wrote:
On 4/2/12 10:03 AM, Mathew Topper wrote:
On 02/04/12 16:21, Jeff Whitaker wrote:
On 4/2/12 9:10 AM, Mathew Topper wrote:
Hi,
I've been trawling round the internet for a while trying to work
out if basemap could be made to plot using a UTM zone project
On 4/2/12 10:03 AM, Mathew Topper wrote:
On 02/04/12 16:21, Jeff Whitaker wrote:
On 4/2/12 9:10 AM, Mathew Topper wrote:
Hi,
I've been trawling round the internet for a while trying to work out
if basemap could be made to plot using a UTM zone projection. I've
found some references to pyproj
On 02/04/12 16:21, Jeff Whitaker wrote:
On 4/2/12 9:10 AM, Mathew Topper wrote:
Hi,
I've been trawling round the internet for a while trying to work out
if basemap could be made to plot using a UTM zone projection. I've
found some references to pyproj that could be used to convert out of
a U
On 02/04/12 16:21, Jeff Whitaker wrote:
On 4/2/12 9:10 AM, Mathew Topper wrote:
Hi,
I've been trawling round the internet for a while trying to work out
if basemap could be made to plot using a UTM zone projection. I've
found some references to pyproj that could be used to convert out of
a U
On 4/2/12 9:10 AM, Mathew Topper wrote:
Hi,
I've been trawling round the internet for a while trying to work out
if basemap could be made to plot using a UTM zone projection. I've
found some references to pyproj that could be used to convert out of a
UTM projection, but I haven't found any re
Hi,
I've been trawling round the internet for a while trying to work out if
basemap could be made to plot using a UTM zone projection. I've found
some references to pyproj that could be used to convert out of a UTM
projection, but I haven't found any references to defining a custom
projection