s-news
[Top] [All Lists]

[S] multiple plot on one axes

To: s-news@wubios.wustl.edu
Subject: [S] multiple plot on one axes
From: Hwee Kuan Lee <hwee+@andrew.cmu.edu>
Date: Tue, 27 Jul 1999 20:48:23 -0400 (EDT)
Sender: owner-s-news@wubios.wustl.edu
Hi,

Anyone know how to do multiple plot on one set of axis? I had been
trying subplot, and other functions.

(1) I tried the add=T option in plotting and it works for plots like
image and contour plot.

(2) add=T option does not work for the plot function.

(3) e.g. how to plot the following two plots on the same set of axis?
plot(0:2,4:6,type="b",pch=3) and plot(2:4,-1:1,type="b",pch=4)

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

<Prev in Thread] Current Thread [Next in Thread>
  • [S] multiple plot on one axes, Hwee Kuan Lee <=