From: Eric N. <no...@ph...> - 2002-01-17 16:51:10
|
You might want to have a look at Gri (http://gri.sourceforge.net/). Gri can read netCDF files. Here's the little blurb from their site: "Gri is a language for scientific graphics programming. The word "language" is important: Gri is command-driven, not point/click. Some users consider Gri similar to LaTeX, since both provide extensive power as a reward for tolerating a learning curve. Gri can make x-y graphs, contour graphs, and image graphs. The output is in PostScript..." Since gri is command-driven, it's easy to call it from within python. Gri won't display the data for you - it will only generate the PostScript file, which you can then display with any number of tools. Eric On Thu, Jan 17, 2002 at 07:46:52AM -0700, Joe Van Andel wrote: > Can anyone recommend a visualization package that would display arrays > of numbers by mapping values to a set of colors? That is, we define 32 > colors, where the first color represents values 0-10, the second color > represents 10-20, etc, and then each input value gets displayed as its > corresponding color. > > I'd like to read netCDF files, if possible. > > Thanks much! > |