INCLAN Graphics: plot file: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Synopsis == | |||
'''plot file''' ''file'' | |||
== Description == | |||
list data and plot commands and executes the plot commands in the | |||
graphics file. Graphics files cannot be nested. If no output plot | Reads an input graphics ''file'' (default extension: .grf) containing list data and plot commands and executes the plot commands in the graphics file. Graphics files cannot be nested. If no output plot file is open when the '''plot file''' command is executed, and if the first plot command in the graphics file does not open an output plot file explicitly, a new Postscript output plot file with the name ''file''.ps is opened implicitly. An implicitly opened output plot file will be closed when the end of the graphics file is reached. | ||
file is open when the file command is executed, and if the first plot | |||
command in the graphics file does not open an output plot file | |||
explicitly, a new Postscript output plot file with the name file.ps | |||
is opened implicitly. An implicitly opened output plot file will be | |||
closed when the end of the graphics file is reached. |
Latest revision as of 16:43, 13 August 2009
Synopsis
plot file file
Description
Reads an input graphics file (default extension: .grf) containing list data and plot commands and executes the plot commands in the graphics file. Graphics files cannot be nested. If no output plot file is open when the plot file command is executed, and if the first plot command in the graphics file does not open an output plot file explicitly, a new Postscript output plot file with the name file.ps is opened implicitly. An implicitly opened output plot file will be closed when the end of the graphics file is reached.