Previous Topic

Next Topic

Book Contents

Plot Recorder

This recorder type opens a graphical window for the plotting of the contents of the prescribed file

recorder plot $fileName $windowTitle $xLoc $yLoc $xPixels $yPixels -columns $xCol0 $yCol0 <-columns $xCol1 $yCol1><-columns $xCol2 $yCol2> ...

$fileName

source file of plotted data

$windowTitle

title of graphical window

$xLoc $yLoc

horizontal and vertical location of graphical window in pixels (upper left-most corner)

$xPixels $yPixels

width and height of graphical window in pixels

$xCol0 $yCol0

Column number to be plotted in X-axis and Y-axis, respectively. One set of columns must be defined.

$xCol1 $yCol1

$xCol2 $yCol2

Additional lines may be plotted on the same graph by repeating the -columns command. These data come from the same source file. (optional)

Previous Topic

Next Topic