About DATAPLOT Files
A DATAPLOT file can be divided into two sections. The prologue, which contains directives for manipulating the default settings on the diagram layout, and the dataset, which contains the actual data and any text to be plotted in the diagram. The sections may contain multiple PROLOGUE and DATASET statements, respectively.
- All prologues must be placed before the first DATASET statement. See Keywords for Prologues and Keywords for Datasets.
- The syntax must be used for the DATAPLOT file.
- In general, each line in a DATAPLOT file must consist of a legal keyword plus its parameters or an XY coordinate pair.
- An XY coordinate pair is two real numbers and an optional graphical operation code (GOC). See Available Graphical Operation Codes (GOCs).

700 2.54
50 1.91 WRDS
1.1 0.9 NS3
100 20'This is a text
BLOCK GOC=C3,MWAS; X=C1+273.15; Y=C2*4.184;
600 -1400 S1'text
700 -1500
BLOCKEND