[R] graphics

Peter Dalgaard BSA p.dalgaard at biostat.ku.dk
Tue Nov 30 23:55:38 CET 1999


Jim Lindsey <jlindsey at alpha.luc.ac.be> writes:

> I have been receiving complaints that my libraries no longer give
> reasonable graphics with R0.90. I have been replying that I have not
> changed anything. Among my travels (presently in Umea), I have finally
> had a chance to take a look. The best way to describe the current
> default graphics is HORRIBLY UGLY. The R core member who made those
> changes should buy glasses to see the screen better instead of
> imposing his near sightedness on the rest of us. The worst is that the
> most important options that have been modified are RO so we can do
> nothing. As PS graphics are also knackered, we currently have no way
> of viewing a reasonable graph produced by R.

Well, the font sizes are as I have had them for ages: 12pt on a 100dpi
assumed resolution. If that's too large, fine, complain and if you
gain a sufficient following we might reduce it to 10pt. The old code
would give you 100dpi or 75dpi fonts depending on which one came first
on your font path and was available at the desired size, leading to
general madness. If it bothers you enough, use fix(X11) and change the
default for the pointsize argument.

(And yes, I'm nearsighted, but remember that you also need to be able
to read the smaller sizes - try a run through demo(graphics))

The postscript is truly bug-ridden, but the latest snapshot should be
much better.

>   Is there any way to set the default par options, say in Rprofile,
> without having a graphics window pop up at startup?

Nope, but we should probably have something like ps.options there, the
par() effect is also messing up example(): the code cannot set
ask=TRUE so multiple graphics in an example just fly by, unless the
user sets the parameter.

-- 
   O__  ---- Peter Dalgaard             Blegdamsvej 3  
  c/ /'_ --- Dept. of Biostatistics     2200 Cph. N   
 (*) \(*) -- University of Copenhagen   Denmark      Ph: (+45) 35327918
~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk)             FAX: (+45) 35327907
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list