Basic Table Plot File Format

The most general format recognized by Vupos is a simple text file wherein the data are arranged one per line with the independent value first on the line and one or more dependent values following separated by whitespace. Vupos will recognize the scientific notation typical of most programming languages. It will also recognize the basic ISO 8601 date format for the independent value only.

Two truncated examples are given for this format. The first is a very basic X-Y data set.

1.62 3.76
0.75 4.13
1.33 3.76
1.05 3.69
0.39 3.05
0.82 3.32
0.93 3.69
0.39 3.13
1.07 3.12
1.12 3.63
The second is a more complex X, Y1, Y2, Y3, … data set with the X or independent values being epochs.
2005-08-16T16:37:30     0.53     1.58     0.48    1.53    1.53    0.39    1.50
2005-08-16T16:52:30    -0.50     2.75     0.15    1.65    1.65    0.39    1.54
2005-08-16T17:07:30    -2.87     2.51     0.18    1.05    1.05    0.35    1.49
2005-08-16T17:22:30    -2.78     3.16    -0.02    1.02    1.01    0.32    1.55
2005-08-16T17:37:30    -1.66     2.66    -0.03    0.90    0.89    0.29    2.00
2005-08-16T17:52:30    -1.88     2.55     0.62    0.77    0.76    0.27    2.06
2005-08-16T18:07:30     0.32     2.14     0.08    0.51    0.50    0.24    1.60
2005-08-16T18:22:30     0.69     2.22     0.55    0.53    0.53    0.23    1.28
2005-08-16T18:37:30     2.21     1.91     0.27    0.61    0.61    0.22    1.15
2005-08-16T18:52:30     1.89     2.56     1.02    0.66    0.66    0.22    1.52

$Id: table.html 24 2008-04-25 15:12:21Z mark $