Re: [Matplotlib-users] NetCDF input/output/plotting using, Matplotlib w/ Basemap

2008-03-08 Thread Jordan Dawe
I use the python-netcdf4 package in linux. http://code.google.com/p/netcdf4-python/ You can make a netcdf3-compatible version of the library by installing with: python setup-nc3.py install Jordan - This SF.net email is

Re: [Matplotlib-users] NetCDF input/output/plotting using Matplotlib w/ Basemap

2008-03-08 Thread Larsen, Jesper
Hi Zane, >This all seems to suggest to me, after a little poking around, that the >NetCDF file format would be good. I've managed to get SciPy and >Matplotlib and Basemap installed and apparently working together >happily... but I can't seem to find any "official" module within that >structur

[Matplotlib-users] Green's function

2008-03-08 Thread olusina eric
Hi All, I am trying to solve the Hamiltonian of a linear chair of atoms using green’s function and I would like to do this using python. Does anyone know any pre-existing library functions and literature that will be helpful? Thanks EOF Check out my business here And here is the fun

Re: [Matplotlib-users] NetCDF input/output/plotting using Matplotlib w/ Basemap

2008-03-08 Thread Jeff Whitaker
Zane Selvans wrote: > I have a model that calculates the tidal stress tensor (a symmetric > 2x2 matrix) on the surface of an icy satellite. It's just two > orthogonal vector fields on the surface of the body. I want to be > able to make pretty plots of the model output, including: > > * The ma

Re: [Matplotlib-users] NetCDF input/output/plotting using Matplotlib w/ Basemap

2008-03-08 Thread Phil Austin
Zane Selvans wrote: > If I'm going to be working within Matplotlib and Basemap and SciPy, > does anyone have a good recommendation for which NetCDF Python > package to use? Or issues I should consider? We're heavy users of netcdf4-python and it's working well. http://code.google.com/p/net

[Matplotlib-users] NetCDF input/output/plotting using Matplotlib w/ Basemap

2008-03-08 Thread Zane Selvans
I have a model that calculates the tidal stress tensor (a symmetric 2x2 matrix) on the surface of an icy satellite. It's just two orthogonal vector fields on the surface of the body. I want to be able to make pretty plots of the model output, including: * The magnitude of either one of the f

Re: [Matplotlib-users] Polygon masking possible?

2008-03-08 Thread Chiara Caronna
Hello, I am also interested in masking polygons and defining the polygon by 'clicking' on the image... but I do not know anything about GUI does anyone can help? Is there already something implemented? Thanks! Chiara > Date: Wed, 23 Jan 2008 13:50:15 +1300 > From: [EMAIL PROTECTED] > To: ma

Re: [Matplotlib-users] Colorbar requires mappable?

2008-03-08 Thread Eric Firing
Ryan, See examples/colorbar_only.py. I think it illustrates what you want. Eric Ryan May wrote: > Hi, > > In working on creating updating pcolor plots, I noticed that I can't > create colorbars (which should be static) without first displaying an > image. I have a fixed Normalize object and