Level 2 Help for PLTGRAF

INP

    Type:	string, 72 characters
    Count:	1 or 2
    Valid:	any
    Default:	none


PLOT

    STRING-OPTIONAL
    Specifies the filename to 
    receive the output plot data.


PLOTFMT

    STRING-OPTIONAL
    Output plot format
    GNUPLOT or EPS


TITLE

    Type:	string, 60 characters
    Count:	1
    Valid:	any
    Default:	""


XLABEL

    Type:	string, 60 characters
    Count:	1
    Valid:	any
    Default:	""


YLABEL

    Type:	string, 12 characters
    Count:	1
    Valid:	any
    Default:	""


COMMENT

    Type:	string, 60 characters
    Count:	1
    Valid:	any
    Default:	""


DATE

    Type:	keyword
    Count:	1
    Valid:	'NODATE, 'DATE
    Default:	'NODATE


MODE

    Type:	keyword
    Count:	1
    Valid:	'AXIS, 'NOAXIS, 'NOBOX
    Default:	'AXIS


XLEN

    Type:	real
    Count:	1
    Valid:	0.5 to 10.0 inches
    Default:	4.0


YLEN

    Type:	real
    Count:	1
    Valid:	0.5 to 10.0 inches
    Default:	3.0


XRANGE

    Type:	real
    Count:	2
    Valid:	any
    Default:	1.0 (if defaulted, then the actual range of the data is used)


YRANGE

    Type:	real
    Count:	2
    Valid:	any
    Default:	1.0 (if defaulted, then the actual range of the data is used)


ZRANGE

    Type:	real
    Count:	2
    Valid:	any
    Default:	1.0 (if defaulted, then the actual range of the data is used)


DATAFORM

    The DATAFORM parameter specifies the way to assign the coordinates in
    the file to the x and y axes of the plot.  The default (YX) uses the
    first coordinate for the Y axis and the second for the X axis. 

    Type:	string, 2 characters
    Count:	1
    Valid:	"YX", "XY"
    Default:	"YX"


DIM

    Type:	integer
    Count:	1
    Valid:	2 or 3
    Default:	2


DIRECT

    Type:	string, 2 characters
    Count:	1
    Valid:	"BR", "TR", "TL", "BL"
    Default:	"BR"


FINALPOS

    Type:	keyword
    Count:	1
    Valid:	'CURR or 'NEXT
    Default:	'CURR


DATACOLS

    Type:	integer
    Count:	1 to 10
    Valid:	1 to 40
    Default:	3


FORMAT

    Type:	string, 4 characters
    Count:	1:100
    Valid:	IBIS format information enclosed in parentheses
    Default:	none


XCOL

    Type:	integer
    Count:	1
    Valid:	1 to 40
    Default:	1


YCOL

    Type:	integer
    Count:	1
    Valid:	1 to 40
    Default:	2


TSIZE

    Type:	real
    Count:	1
    Valid:	.0075 to 3.0
    Default:	.15


HEIGHCOL

    Type:	integer
    Count:	1
    Valid:	1 to 40
    Default:	1 (if defaulted, then a height of TSIZE inches is 
		used for all rows)


ANGLECOL

    Type:	integer
    Count:	1
    Valid:	1 to 40
    Default:	1 (if defaulted, then an angle of 0.0 degrees is
		used for all rows)