Cedrick

I used this script to produce a simple chart with no axes:

  series2 = c(1:50)
  series1 = rep(25:74)
  plot(series1, series2, main="Woo", col="red", xlab="", ylab="", axes=F,
    type="l")

Works fine on Windows XP using R 2.11.1.

-- 
View this message in context: 
http://r.789695.n4.nabble.com/Axes-F-and-plotting-dual-y-axes-tp2305230p2305290.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@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.

Reply via email to