The %SCALE macro reduces
or enlarges Annotate graphics elements that use two-dimensional, numeric
coordinates. The %SCALE macro does not affect graphics elements that
are drawn with text functions.
The difference between
the %SCALE and %SCALET macros is that the %SCALE macro always places
the origin at (0, 0) and plots the new coordinates with respect to
that origin. The %SCALET macro plots the new coordinates with respect
to the minima of the second range. For details, see
%SCALET Macro.
The following example
uses the %SCALE macro to reduce
x and
y coordinates
by 50%, as shown in
Using the %SCALE Macro to Reduce the Size of a Box. %SCALE(x, y, 0, 0, 100, 100, 0, 0, 50, 50);