Alphabetical list Categories
qgarea2 Generalized area drawing
Help text:

qgarea(cmd1, args1, cmd2, args2, ...) specifies a area in mixed data and paper coordinates.
Commands are given as (lower case) strings and are followed by zero or more vector arguments, depending on the command. All vectors must be the same length. However, scalars will be automatically converted to vectors of the appropriate length.
Commands with their arguments are:

       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 qgarea2 makes qarea and qpatch more attractive for general usage. See also QGLINE2 and qgarea.

QPlot Documentation — (C) Daniel Wagenaar, 2014–2019