| |
| | Dataplot IO |
 | | WRITE(IUNIT) (X(I),Y(I),I=1,N) The distinction is that (1) stores the data as X(1), Y(1), X(2), Y(2),..., X(N), Y(N) while (2) stores all of X then all of Y. There is no inherent advantage in either method in terms of performance or file size. |
 | | Another common type of sequence is something like 1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 3, 3,...., 100, 100, 100, 100. |
 | | The grid is from -4 to 4 with an increment of 1 in both the X and Y axes. |
| www.itl.nist.gov /div898/software/dataplot/io.htm (4767 words) |
|