Skip to content
Back to formatted view

Raw Message

Message-ID: <1342812567424-4637266.post@n4.nabble.com>
Date: 2012-07-20T19:29:27Z
From: stefaniewind
Subject: Control y axis

I can't get the y axis to extend the full range that I need, which is -8 to 8

Here's my code. I tried using ylim, but it's still truncating at the
extremes in my data.

plot(x, y, type ="o", xlab="Panelist", ylab="T value",lwd=1.5,lty=1)
xlim=range(1:14),ylim=range(-8:8), las=1)


Any suggestions?

Thanks!



--
View this message in context: http://r.789695.n4.nabble.com/Control-y-axis-tp4637266.html
Sent from the R help mailing list archive at Nabble.com.