proc rect


Welcome     Gallery     Handbook


Manual page for proc_rect(PL)

DESCRIPTION

proc rect may be used to produce a rectangle at a given location in scale or absolute space. The rectangle may be filled with color, and can have optional outline, bevel, or drop shadow. Clickmap and mouseover text labels are supported.

This proc was formerly named proc bevelrect.


EXAMPLE

Gallery loglog


MANDATORY ATTRIBUTES

rectangle x1 y1 x2 y2

Specify the rectangle. X1, y1 is lower left; x2, y2 is upper right. Values are position units (assumed to be in absolute space unless followed immediately by (s) which indicates scaled space).


OPTIONAL ATTRIBUTES

color color

Rectangle to be filled with this color. Default is dullyellow.

outline linedetails

Specifies rectangle outline. Default is none.

bevelsize n

Width of bevel area, in absolute units. Default is 0.0 (no bevel).

shadowsize n

Width of visible drop shadow in absolute units. Default is 0.0 (no drop shadow).

hibevelcolor color

Color of upper and lefttmost bevels. Default is gray(0.6)

lowbevelcolor color

Color of lower and rightmost bevels. Default is gray(0.8)

shadowcolor color

Color of drop shadow. Default is black.

clickmapurl url

If generating a clickmap, this specifies a URL that will be associated with the rectangle if the user clicks on it.

clickmaplabel label

If generating a client-side clickmap, this specifies a mouseover text label.
Example: clickmaplabel: @@3 (@@4)


data display engine  
Copyright Steve Grubb


Markup created by unroff 1.0,    April 11, 2003.