File extension: .wgr
Line 1 | WinGraph | Version Numbe e.g. 3.3 | Type (1 = Graph, 2 = Histogram) | |
Line 2 | Dataset Title | |||
Line 3 | x-axis Title | |||
Line 4 | y-axis Title | |||
Line 5 | Control Word | Number of Data Points | ||
For Graphs: | ||||
Line 6 | x-value 1 | y-value 1 | (x-error 1) | (y-error 1) |
Line 7 | x-value 2 | y-value 2 | (x-error 2) | (y-error 2) |
For Histograms: | ||||
Line 6 | 1st value | 2nd value | etc | |
Line 7 | etc |
For Graphs:
The Control Word is zero +1 if the points have x-errors and +2 if
the points have y-errors.
For Histograms:
The Control Word is the number of data points per line.
File extension: .dat
Line 1 | Dataset Title | |||
Line 2 | x-axis Title | |||
Line 3 | y-axis Title | |||
Line 4 | Control Word | Number of Data Points | ||
Line 5 | x-value 1 | y-value 1 | (x-error 1) | (y-error 1) |
Line 6 | x-value 2 | y-value 2 | (x-error 2) | (y-error 2) |
The Control Word is zero +1 if the points have x-errors and +2 if the points have y-errors.
File extension: .his
Line 1 | Number of datasets (=1)) | |||
Line 2 | Dataset Title | |||
Line 3 | x-axis Title | |||
Line 4 | y-axis Title | |||
Line 5 | Number of data points | Starting bin edge | Bin width | |
Line 6 | 1st value | |||
Line 7 | 2nd value |
Note: The HISTO program could read multiple datasets from a single file but PhysPlot only allows a single dataset per file. PhysPlot ignores the Starting bin edge and Bin width parameters.