qgarea(ptspec1, ptspec2, ...).
A PTSPEC is a cell array containing a sequence of commands from the
following list:
ABSDATA x y - Absolute data coordinates
RELDATA dx dy - Relative data coordinates
ABSPAPER x y - Absolute paper coordinates (in pt)
RELPAPER dx dy - Relative data coordinates (in pt)
ROTDATA xi eta - Rotate by atan2(eta, xi) in data space.
(This affects subsequent relative positioning.)
ROTPAPER phi - Rotate by phi radians. (This affects subsequent
relative positioning.)
RETRACT l - Retract preceding and following segments by L pt.
RETRACT l1 l2 - Retract preceding and following segments by L1 and
L2 pt respectively.
Note: The rather cumbersome syntax of qgarea makes qarea and qpatch more attractive for general usage. See also qgline.