Source: cli/plot/plot_set.pro
plot_set
Set the plot device.
Usage:
plot_set, device
Argument:
device string input The device to use (x,ps).
Keywords:
file string Specify a name for the PS file.
eps If set, and the device is PS then use
encapsulated PS (use eps=0 to reverse).
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