![]() |
|
Navigation |
Synopsis Scale a figure.
Function
Description
Scale figure fig . When only a single percentage perc is given, this applied to
the horizontal and vertical dimension.
When percentages xperc and yperc are given they are applied to the horizontal, respectively,
vertical dimension.
Examples
![]()
Pitfalls Other properties than dimensions are scaled as well. For instance, lineWidth
is scaled (as can be seen in the above example). When this effect is undesired,
these properties have to be scaled inversely before
scale is applied.
Reducing lineWidth to 0.5 and scaling by 2 given a lineWidth of 1:
![]() ![]() |