Re: [Matplotlib-users] bbox of map

2011-07-03 Thread Scott Sinclair
On 1 July 2011 16:52, marz_cyclone wrote: > i'm trying to get the bounding box of a map plotted with basemap to place a > colorbar. in this reduced example from the example directory of basemap, the > colorbar is set to the hight of the axes of the plot. > ... > > what i'm interested in is the bou

[Matplotlib-users] bbox of map

2011-07-01 Thread marz_cyclone
hi all, i'm trying to get the bounding box of a map plotted with basemap to place a colorbar. in this reduced example from the example directory of basemap, the colorbar is set to the hight of the axes of the plot. from mpl_toolkits.basemap import Basemap, shiftgrid import numpy as np import ma