Skip to content
Prev 173281 / 398506 Next

2 Simple Lattice Plot Questions

Have you tried specifying the levels of y's you want to display, e.g. ylim=c(0,5,10,15,20,30)?

 -----Original Message-----
From: 	r-help-bounces at r-project.org [mailto:r-help-bounces at r-project.org]  On Behalf Of jimdare
Sent:	Wednesday, 11 March 2009 12:50 PM
To:	r-help at r-project.org
Subject:	Re: [R] 2 Simple Lattice Plot Questions


Thanks very much.    One other thing... see how the Y axis begins before 0. 
At first glance it appears that the 0's are actually worth something.  When
I use ylim=c(0,30) I get the graph I want, but the tick marks show only
5,10,15,20,25.  I want them to show 0,5,10,15,20,30.  Does anyone know how
to change this setting?

Cheers,
jimdare wrote:
-- 
View this message in context: http://www.nabble.com/2-Simple-Lattice-Plot-Questions-tp22445242p22447415.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help at r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.