| Makefile | A small general makefile that will compile a program that needs the graphics library. If your program is called prog.c you can generate the executable prog by calling make prog. |
| Contour.c | A program that takes data-files as input and
diplays density fields and contour plots of the data. The
resulting graphics can be printed into an encapsulates PostScript
file. Also requires ReadData.h, ReadData.c. |
| Contour_mpg.c |
A program that makes a movie out of a set of data-files. Needs the
mjpegtools package installed on your computer.
Also requires ReadData.h, ReadData.c. |
21 October 2005:
11 February 2005:
22 October 2003:
18 September 2003:
19 August 2003:
Better control over the comments which appear when the "comment on" feature is used. (done 0.9.1)
FAQ
These program all appear to require Linux. Can I run them on my Windows computer?
Yes! But you need some additional free software available at http://www.cygwin.com/xfree/. In particular you need to install the Xserver and the development packages.