Skip to content
Prev 257791 / 398502 Next

Problem having tick marks aligned when plotting three graphs on top of one another.

use 'plot' and 'lines'

plot(x,y1,ylim=range(c(y1,y2,y3)))
lines(x,y2)
lines(x,y3)

Sent from my iPad
On Apr 22, 2011, at 23:55, "John Sorkin" <jsorkin at grecc.umaryland.edu> wrote: