Example
Example
The following example shows a curve file containing 2 curves.
The first curve will be plotted with a bold, solid, green line with triangular symbols every other data point. The curve contains 5 data points and is given a reference tag CURVE_1
The second curve will be plotted with a dashed, white, normal line. No symbols will be displayed. The curve contains 2 data points and has no reference tag.
| $ | Comment line | |
| $ STYLE : solid,green,bold,triangle,2 | Style line | |
| $ TAG : CURVE_1 | Tag line | |
| $ | Comment line | |
| CURVE FILE EXAMPLE | ;Title | |
| Time | ;X axis label | |
| Displacement | ;Y axis label | |
| Curve number 1 | ;Curve label | |
| 0 | 2.0 | ;1st data pair |
| 1.0 | 4E-3 | |
| 4.0, | 4.7 | |
| 5 4 | ||
| 10.0 | 8.9 | ;End of 1st curve |
| CONTINUE | ||
| $ | Comment line | |
| $ | Comment line | |
| $ STYLE : dash,white,,, | Style line | |
| CURVE FILE EXAMPLE | ;Title | |
| Time | ||
| Displacement | ||
| Curve number 2 | ||
| 0.0 | 7E2 | |
| 2.0 | 8.7E-9 | |
Notes:
The abscissa (x axis) values are assumed to be in the correct order.
The free format allowed for the data points.
The style line must contain 5 comma separated words in the order LINE STYLE,
LINE COLOUR, LINE WIDTH, LINE SYMBOLS, SYMBOL FREQUENCY to be successfully understood
by T/HIS.
If any words are unspecified in the style line, as in curve 2, T/HIS will take
the default option.