hs_plot::set_size

Source: plotting/hs_plot__set_size.pro

 hs_plot::set_size
        Set the size for the IDL_HS plotting device.

 Usage:
        plid->set_size, sx, sy[, <keys>]


 Arguments:
        sx      float/int       The X dimension of the plotting
                                surface.
        sy      float/int       The Y dimension of the plotting
                                surface

 Keywords:
        x       If set, then set the size of the X windows
                device
        ps      If set, then set the size of the PostScript device.
        inches  If set, then the size (for PS) is in inches.
        cm      if set, then the size (for PS) is in centimetres.
        default If set, then set the device to the default size.

 Notes:
        By default, the size of the current device is set. 

 History:
        Original: 26/11/99; SJT
        Add default key: 1/12/99; SJT
        Add a way to just change the PS unit: 2/12/99; SJT
        Use resource file: 24/2/00; SJT



James Tappin 2005-02-04