Name:
file
special value for commands
plot
and
externalplot
Description:
file
is a special value used in commands
plot
and
externalplot
to save the result of the command in a data file.
As any value it can be affected to a variable and stored in lists.
Example 1:
> savemode=file;
> name="plotSinCos";
> plot(sin(x),0,cos(x),[-Pi,Pi],savemode, name);
See also:
externalplot
,
plot
,
postscript
,
postscriptfile
Go back to the list of commands