Source: cli/plot/plot_ps_opts.pro
plot_ps_opts
Set miscellaneous PS plotting options
Usage:
plot_ps_opts, <keys>
Keywords:
colour int Whether to use colour or monochrome PS (1 or 0).
eps int Whether to use encapsulated or normal PS (1 or
0)
preview int Whether to generate a crummy preview for EPS files
portrait If set, then the plot is oriented in portrait mode.
landscape If set, then the plot is oriented in landscape
mode.
revert int Whether to revert to X after making a PS plot.
overwrite int Whether to allow overwriting of exiting PS
files.
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.
History:
Original: 24/7/00; SJT
Add global and dataset keys and use dataset: 27/5/02; SJT