Skip to content
Prev 11706 / 398502 Next

Maybe OT: large fonts in eps-figures

Sven Garbade <garbade at psy.uni-muenchen.de> writes:
This is generally an R problem. When copying from one device to
another, or even when resizing the X11 window, the font scaling
sometimes doesn't come out right. That's hard to avoid if you don't
want the "SAS-effect" where fonts become tall+narrow or wide+low if
you scale x/y differently.

What I ususally do is to set the dimensions on the X11 device so that
they match the desired output as closely as possible, e.g.

X11(height=3.5,width=4.4,pointsize=8)