Skip to content
Prev 5475 / 398502 Next

tick marks on mfrow=c(3,3) plot (with simple example)

Hmmmm.  Here (using version 1.0.0 on RH Linux 6.0) I can't seem to
replicate your problem.
  Three thoughts:
1. What version, etc., are you using?  It might be worth running
bug.report() just to extract this information in a compact form, even if
this doesn't turn out to be a "real" bug (you don't actually have to
submit the bug report).
2. Does it still happen if you do "R --vanilla"?  This is a way of turning
off all reading of saved workspaces, etc., etc., in case there's something
odd in there.
3. It's possible (??) that some of this is caused by the size of your
graphics window.  I had never realized it before, but X (the Unix graphics
system) actually makes numbers etc. disappear if they would overlap.  I
don't know exactly what the criteria are, but resizing my graphics
window smaller and smaller and watching various pieces of the graphics
disappear was enlightening.  It explains why some labels just don't appear
under some circumstances, which had always bothered me -- now I see that
it seems to be a property of X, rather than R.  (Anyone know if it's
possible to set a flag that turns this behavior off???)
On Tue, 2 May 2000, Tony Long wrote: