Source: plotting/hs_plot__set_device.pro
hs_plot::set_device Set the device of an IDL_HS plot device setting. Usage: plid -> set_device, device Argument: device string The device to use, must be "x" or "ps", anything else is ignored with a warning. Keywords (ps only): path string Set the path for the ps output file file string Set the filename for ps output. History: Original: 25/11/99; SJT Add file & path keys: 29/11/99; SJT Clear drawn flag on current dataset: 6/6/00; SJT