plot_size

Source: cli/plot/plot_size.pro

 plot_size
        Set the size for the IDL_HS plotting device.

 Usage:
        plot_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.
        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:
        By default, the size of the current device is set. 

 History:
        Original: 25/7/00; SJT
        Add global and dataset keys and use dataset: 27/5/02; SJT



James Tappin 2005-02-04