INCLAN Graphics: plot file: Difference between revisions

From CYANA Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 5: Line 5:
== Description ==
== 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 '''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.
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.

Latest revision as of 17: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.