Skip to content

title problem

3 messages · carol white, Gabor Grothendieck, Uwe Ligges

#
It seems that there is a problem in
 displaying subtitle in general, independently from
 multi-plot display. when I do
 
 plot (c(1,2,3), c(9,8,7), type = "l")
  title(main = "Main title", sub ="Sub title",cex.main=2,
 cex.sub = 2)
 
 subtitle doesn't get displayed
#
Your code works for me on Windows Vista using "R version 2.10.0
Patched (2009-11-16 r50456)"
Try it starting from a fresh session.
On Sat, Nov 21, 2009 at 1:19 PM, carol white <wht_crl at yahoo.com> wrote:
#
carol white wrote:
You do not know that you have to look at the bottom of the graphics to 
find the subtitle, do you?

Uwe Ligges