Source: cli/plot/plot_ps_spool.pro
plot_ps_spool Set the plot spool command Usage: plot_ps_spool, command Argument: command string input The command to run. Represent the filename with the token %f. If the string ends with the & character then the command will run in the background. Keywords: printable If set, then set the spool command for printable PS files. eps If set, then set the spool command for EPS files. default If set, then set the spool command back to its default value. global This setting applies to the global plot environment even if the current dataset has its own. dataset This setting is only applied if the dataset has its own plot object. Notes: If neither the eps or the printable key is given then the current choice is used. History: Original: 24/7/00; SJT Add global and dataset keys and use dataset: 27/5/02; SJT