\cancel mode verify ! box.jnl - draw a box using the indicated corners ! 8/94 ! 1/03 bug fix: with v5.5 Ferret, possible negative numbers in arguments ! need to be in parentheses within the IF THEN statements ! 2/18 Further refinements to work correctly with negative arguments. ! Modernize the use of longitude coordinates and line colors, styles. ! Description: Overlay a colored box outline given the corner coordinates ! usage: GO box xlo xhi ylo yhi [line_style] ! Argument 5 may be a pen number, a defined color name, or a combination ! of color with line style, such as red/thick. If a combination is used, ! it must consist of a color name or number followed by any other arguments ! examples ! GO box -180 -120 -45 45 2 ! red box ! GO box 300 345 25 45 black/thick/dash ! black box drawn with thick, dashed lines ! Notes: ! 1) use GO line_samples to view the first 6 pen numbers ! first 4 arguments are required query/ignore $1%