SPlotExample.data -- An example of the data file that SPlot expects
Last Edited by:
Sweetsun Chen, July 31, 1985 5:08:12 pm PDT
Comments are ignored.
"SPlot Example" -- title
12 -- number of curves
"First" "Second" "Third" "Fourth" "Fifth" "Sixth" "Seventh" "Eighth" "Ninth" "Tenth" "Eleventh" "Twelfth" -- names of curves.
3 -- number of "rows" in the table below.
Following is the table of x values and their corresponding y values.
The first value in each row is the x values, and the other values on the same row are the y values corresponding to the x. Namely,
x1, y1(x1), y2(x1), y3(x1), ...
x2, y1(x2), y2(x2), y3(x2), ...
x3, y1(x3), y2(x3), y3(x3), ...
.....................
Note that this simple program assumes rows are arranged in ascending order of x values. That is, x1 < x2 < x3 < ... .
0 0 0 0 0 0 0 0 0 0 0 0 0
40 0 110 10 20 30 40 50 60 70 80 100 90
100 0 110 10 20 30 40 50 60 70 80 100 90