proc trailer


Welcome     Gallery     Handbook


Manual page for proc_trailer(PL)

DESCRIPTION

proc trailer allows plotting data to be given at the end of a script file. This may be useful in order to "get the data out of the way", or when generating script files programatically. proc trailer should be the last proc used in a control file. It is referenced from a proc getdata using the #intrailer control directive.

ATTRIBUTES

data multiline-text

Literal specification of the data.

EXAMPLE

 #proc getdata
 #intrailer

other #procs, etc.

 #proc trailer
Data:	0.3 0.5 2.3
	3.5 9.4 1.4
	..etc..
end of file

A gallery example of where this is used is km


data display engine  
Copyright Steve Grubb


Markup created by unroff 1.0,    June 18, 2001.