Name: GRRECT Purpose: fill a rectangle Category: GRAPHICS File: pgplot.src Author: T.J. Pearson Use: see description below. Description: SUBROUTINE GRRECT (X0,Y0,X1,Y1) REAL X0, Y0, X1, Y1 GRPCKG: Fill a rectangle with solid color. The rectangle is defined by the (x,y) world coordinates of its lower left and upper right corners; the edges are parallel to the coordinate axes. Arguments: X0, Y0 (input, real): world coordinates of one corner of the rectangle. X1, Y1 (input, real): world coordinates of the opposite corner of the rectangle. Updates: Oct 16, 1998: JPT automatically extracted from source.