s-news
[Top] [All Lists]

Re: plot and cex

To: asanquer@virbac.fr, s-news@wubios.wustl.edu
Subject: Re: plot and cex
From: Tony Plate <tplate@blackmesacapital.com>
Date: Thu, 20 Jan 2005 13:36:33 -0700
In-reply-to: <OFA08CCA65.4D422C1C-ONC1256F8F.00579CAB-C1256F8F.0057EB2A@ virbac.fr>
References: <OFA08CCA65.4D422C1C-ONC1256F8F.00579CAB-C1256F8F.0057EB2A@virbac.fr>
First generate your plot axis etc by calling plot() with type="n" (for no points) and then add the points with points(..., type="b", cex=as.you.desire). Both calls should be given all the data.


At Thursday 09:02 AM 1/20/2005, asanquer@virbac.fr wrote:





Hi,

Sorry if my problem is not very complex, but I don't find the way to solve
it.
I made a simple plot:

plot(Temp$Time,Temp$Group1,type="b", xlim=c(0,42), ylim=c(0,35), xlab="Time
   (days)",ylab="Score", lty=1, lwd=4, pch=0)
(Embedded image moved to file: pic11478.jpg)
And I would like to increase the size of my symbol. But if I use the cex
   option (cex=2), the ylabel disappears of the screen.
(Embedded image moved to file: pic29358.jpg)

How can I increase the size of my symbols separately from the size of the
   text ? Or how can I forced my ylabel to be in the graph?

Thanks for your reply

Annaële

--------------------------------------------------------------------
This message was distributed by s-news@lists.biostat.wustl.edu.  To
unsubscribe send e-mail to s-news-request@lists.biostat.wustl.edu with
the BODY of the message:  unsubscribe s-news


<Prev in Thread] Current Thread [Next in Thread>
  • plot and cex, asanquer
    • Message not available
      • Re: plot and cex, Tony Plate <=