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