Some Simple Datafiles
The following programs create datafiles for use with gnuplot.
- make_data1.c: A
5-column table. Compile and run the program, and pipe the output to
data file data1.
- make_data2.c: A
2-column random table. Compile and run the program, and pipe the
output to data file data2.
- make_data3.c: A
4-column table of data and error bars. Compile and run the program,
and pipe the output to data file data3.
- make_data4.c: A
3-column 3-D table. Compile and run the program, and pipe the output
to data file data4.
A "tarball" (gzipped tar file) containing all four programs can be
found here.