6.9.2. - Delimited special character sequences
Some of the following special sequences take decimal parameters, represented by the variable
N
.
The first character before
N
.
becomes
the delimiter.
Scanning for
N
.
continues until either a matching
delimiter or non-digit, non-sign or non-decimal-point character is
found.
The delimiter can be any character.
|
Although the text rotation sequence,
\R
'N', may be included in titles and labels, C-PLOT
makes no adjustments to center the rotated text or keep it from colliding
with other parts of the plot.
The last three commands are especially useful with the proportionally spaced fonts, when you want to line up text in columns or do overstrikes such as underlining. With proportionally spaced fonts, you don't necessarily know how wide a particular string of text will be. As an example, consider this annotation text produced by the fit user functions described in Chapter 11:
\H@13@\W@-Linear @Linear = 4.02\(+-0.83The
\H"13"
sequence positions the equals sign 13 character units
from the annotation's start.
Then the
\W"-Linear"
sequence backs
up the width of the text before printing it.
The minus sign is part
of the
\W
syntax and indicates the motion is to be to the left.
The
@
symbol is used as the sequence delimiter.