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