I would consider using the AxesGrid toolkit [1], which makes it very easy
to have a single colorbar for multiple plots.
[1] - http://matplotlib.org/1.3.1/mpl_toolkits/axes_grid/users/overview.html
Thanks,
Alex
On Tue, May 20, 2014 at 8:04 PM, Alex Goodman wrote:
> I would consider using the Ax
I am a newbie in python and I try to plot data like below :
base_dir = 'C:/DATA2013/Day_E/'
nc_fnames = ['20130203.faieb3p4g.nc',
'20130203.faieb3p4g.nc','20130203.faieb3p4g.nc']
# beams
ibeams = [0,1,2]
# Change directory
os.chdir(base_dir)
for i, fname in enumerate(nc_fnames):
# Open file
Hello,
I've created a map with matplotlib-Basemap and will have an animated gif by
drawing my special points / markers one by one in the plot. That work's
fine.
Now the markers should have a special color from a generated color-vector.
In this vector are values from (0.0-1.0) for grey values.
The
Hi,
Is it possible to create a Basemap instance directly from a proj4 string and
min/max values of the x and y coordinates?
Or is there a simple and safe way to construct Basemap input arguments/values
from a general proj.4 string?
-