Working! Many thanks, good solutions
--
View this message in context:
http://r.789695.n4.nabble.com/Lattice-place-ticks-only-on-y-axis-tp3684094p3688167.html
Sent from the R help mailing list archive at Nabble.com.
__
R-help@r-project.org mailing list
On 2011-07-22 07:42, Bert Gunter wrote:
See the "alternating" parameter in the "scales" parameter list of
?xyplot. Presumably, something like:
xyplot( ...,
scales = list(..., alternating = 1),... )
I would just use tck=c(1,0):
xyplot(...,
scales = list(tck = c(1,0), x = list(draw = F
See the "alternating" parameter in the "scales" parameter list of
?xyplot. Presumably, something like:
xyplot( ...,
scales = list(..., alternating = 1),... )
is what you want.
-- Bert
On Fri, Jul 22, 2011 at 6:07 AM, marcel wrote:
> I notice that with this solution there are still y-axis tick
I notice that with this solution there are still y-axis tick marks on both
sides of the plot. Is there a way to remove the ones on the right side?
--
View this message in context:
http://r.789695.n4.nabble.com/Lattice-place-ticks-only-on-y-axis-tp3684094p3686638.html
Sent from the R help mailing
Works perfectly, thank you.
--
View this message in context:
http://r.789695.n4.nabble.com/Lattice-place-ticks-only-on-y-axis-tp3684094p3685625.html
Sent from the R help mailing list archive at Nabble.com.
__
R-help@r-project.org mailing list
https://s
On 2011-07-21 08:56, marcel wrote:
I am using lattice for a bar plot, having a little trouble removing ticks,
tick labels from x-axis, but keeping them on the y-axis. I looked around
quite a bit (http://tolstoy.newcastle.edu.au/R/e7/help/09/06/1733.html, help
pages, etc), tried variations of "sca
I am using lattice for a bar plot, having a little trouble removing ticks,
tick labels from x-axis, but keeping them on the y-axis. I looked around
quite a bit (http://tolstoy.newcastle.edu.au/R/e7/help/09/06/1733.html, help
pages, etc), tried variations of "scales = list(alternating = c(0,0)",
"sc
7 matches
Mail list logo