Output plot format

The default output file format for plots written by ndata is a simple two or three column ASCII file format that is understood by xplot (for xplot, see Download binaries link). The first two columns are the x and y data. The third column, if it is present, is the size of the error bar. The format is shown below, where [ ]'s are to be replaced by actual values.

/newplot
/plotname [plot1_name_string]
[x1]  [y1]
[x2]  [y2]
 ..    ..
[xn1] [yn1]

/newplot
/plotname [plot2_name_string]
[x1]  [y1]  [e1]
[x2]  [y2]  [e2]
 ..    ..    ..
[xn2] [yn2] [en2]

...