Source: plotting/hs_plot__set_zone.pro
hs_plot::set_zone.pro Set the plotting zone Usage: plid-> set_zone, xlo, ylo, xhi, yhi or: plid-> set_zone, zone Arguments: zone float A 4-element array with the lower left & upper right corners of the plotting region in normalized device coordinates. xlo,ylo float Coordinates of the lower left corner of the the plotting region, in NDC xhi,yhi float Coordinates of the upper right corner of the plotting region, in NDC History: Original: 26/11/99; SJT