Skip to content
Back to formatted view

Raw Message

Message-ID: <Pine.LNX.4.44.0208231709040.3644-100000@localhost.localdomain>
Date: 2002-08-23T15:11:16Z
From: Ott Toomet
Subject: axis() plot() - step
In-Reply-To: <NOEOLHEEMLOCABODHCFCAEKFCAAA.nolwenn.lemeur@nantes.inserm.fr>

Hi,

I think the following example would help:

plot(-2:2,-2:2, xaxt="n", yaxt="n")
axis(1, at=seq(-2,2,by=0.5))
axis(2, at=seq(-2,2,by=0.5))

You have to specify *axt="n" in order to not draw them initially, and then
draw your own axis using at=c(whatever values you want the tickmarks to be
drawn).

Cheers,

Ott


On Fri, 23 Aug 2002, Nolwenn Le Meur wrote:

  |Hi,
  |Stupid question I guess but I can't figure out how to have a span of 0.5
  |instead of 1 in my graph.
  |Actually, I want to create a plot with x(-2,2) and y(-2,2) and an step of
  |0.5 along the axis.
  |Does somebody can help me ? Is it in par(), axis() or plot() that I have to
  |add something ?
  |
  |Thanks
  |Nolwenn

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._