Bernhard Rupp writes: > Mathlab image proc module probably would be the best choice but muchas > dollares > I found by accident that a cheaper alternative is any graphing package that > can make > contour plots.
Try Python with scipy/pylab/matplotlib. It comes with a full library of numerical routines, and offers a graphing interface that emulates Matlab's. Plus, the language has fewer idiosyncrasies and is more useful to learn. And C/C++/FORTRAN programs can be called relatively easily from Python. Here are the links: http://www.python.org http://www.scipy.org http://matplotlib.sourceforge.net/ -Christoph -- | Christoph Best <[EMAIL PROTECTED]> http://www.rzg.mpg.de/~cbest | Max-Planck-Institut fuer Biochemie, Munich, Germany +49-89-8578 2634
