plrectm

plot a (filled) rectangle in mm

parametertypeunitsdescription
x1,y1floatmmone vertex of the rectangle
x2,y2floatmmdiagonally opposite vertex
returns:void

Description

plrectm, if border-drawing is set (see plset), plots a rectangle between (x1,y1) and (x2,y2) in millimeter units and, if filling is set (see plset), fills it with the current fill color. This is the default case since plinit sets the fill color to NoColor.

See also

plfcolor plset

Examples

See also

plpolar