Displaying 2 results from an estimated 2 matches for "x11pointsize".
1999 Nov 30
2
graphics
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
1999 Dec 03
1
R-help Digest V1 #34
...PD> ask=TRUE so multiple graphics in an example just fly by, unless the
PD> user sets the parameter.
yes, definitely a reasonable feature request! -- see below
BUT, for a first "quick fix" : Why not change X11's argument
pointsize = 12
to
pointsize = .Options$X11pointsize
(we already have X11colortype !).
Now back to the feature request:
Do we want par.defaults() for this?
It would have the same arguments as par() plus additional
device = .Options$device
with further possibility
device = "all"
i.e., by default, par.defaults() would set thing...