- 1. simple plot question (score: 1)
- Author: "Kurbat, Matt" <Matt.Kurbat@kmv.com>
- Date: Tue, 18 Jun 2002 21:57:34 -0700
- Dear Splus Users, I would like to make a plot with no numbers on the x-axis at all (but with numbers on the y-axis). For example, I've tried the following, but it does not suppress numbers on the x-a
- /archives/html/s-news/2002-06/msg00160.html (7,085 bytes)
- 2. Re: simple plot question (score: 1)
- Author: Sven.Knudsen@adeptscience.dk
- Date: Wed, 19 Jun 2002 09:13:55 +0200
- Try this: xSeq<-1:8 ySeq<-1:8 plot(xSeq,ySeq, xaxt="n") see also help for par for more information Venlig hilsen / Best Regards Adept Scientific Sven J. Knudsen ** Solutions for Technical Computing A
- /archives/html/s-news/2002-06/msg00162.html (9,500 bytes)
- 3. Re: simple plot question (score: 1)
- Author: Bill.Venables@CMIS.CSIRO.AU
- Date: Wed, 19 Jun 2002 17:22:21 +1000
- Matt Kurbat asks: [WNV] Try something like plot(xSeq, ySeq, axes = F, xlab = "") axis(1, at = xSeq, tck = 0, labels = rep("", length(xSeq))) axis(2) box() # optional
- /archives/html/s-news/2002-06/msg00163.html (7,872 bytes)
This search system is powered by
Namazu