Name:
file
special value for commands
plot
and
externalplot
Library names:
sollya_obj_t sollya_lib_file()
int sollya_lib_is_file(sollya_obj_t)
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