Plot Recorder
This recorder type opens a graphical window for the plotting of the contents of the prescribed file. The prescribed file can be the output of an other recorder.
recorder plot $fileName $windowTitle $xLoc $yLoc $xPixels
$yPixels -columns $xCol0 $yCol0 <-columns $xCol1 $yCol1>
...
|
name of file from which data will be read |
|
|
title of window to be opened |
|
|
$xLoc, \(yLoc specifies location on screen of top left corner of window</p></td> </tr> <tr class="even"> <td><p><code class="parameter-table-variable">xPixels yPixels</code></p></td> <td><p>\)xPixels, \(yPixels specifies width and height in pixels of window to open</p></td> </tr> <tr class="odd"> <td><p><strong>\)xCol $yCol … |
integers specifying which columns to plot for x and y axis. |
NOTES
- At least one set of columns must be specified, additional ones may be specified.
- the only way to save the image is a screen capture.
EXAMPLE
Examples
recorder Plot node.out “Nodal Displacement” 10 10 400 400 -columns 1 2
Code Developed by: fmk