BLOCK

BLOCK defines how the following numeric data block shall be interpreted. The definitions of X and Y coordinates may also be expressed as a function of the column values, making it possible to perform transformations.

Examples of DATAPLOT Files and Outputs

Syntax

BLOCK X&=C#; ...; Y&=C#; ...; GOC=C#,@@@...

 

&’ are optional unsigned integers that make it possible to plot several (maximum 9) X- or Y- axis columns. #’ are unsigned integers identifying the column numbers. The column number # in “GOC=C#” is the location of any possible GOC codes in the current data BLOCK; @@@ stands for the default Graphical Operation Code (GOC) for the current BLOCK. The GOC code inside the current table is only necessary if the current default GOC is not applicable.