s-news
[Top] [All Lists]

y axis problems

To: s-news@lists.biostat.wustl.edu
Subject: y axis problems
From: Christoph Scherber <Christoph.Scherber@uni-jena.de>
Date: Mon, 25 Oct 2004 13:43:55 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax)
Dear S-Plus users,

I have a small but serious problem when trying to add editable y-axis labels to a plot. The command syntax I´m using is:

plot(x,y,cex=1.5,type="n",axes=F,xlab="",ylab="mean leaf area eaten per leaf / mm²",cex=1)
points(x,y,type="p",pch="o",cex=4)
title(main="a",xlab="b",cex=2)
axis(1,at=log(c(1,2,4,8,16,60)+1),labels=c("1","2","4","8","16","60"),cex=1.5)
box()

The y axis label does appear in the graph sheet, but it is not editable in-place (even though all other elements are editable, such as x axis, plotting symbols etc).

What´s more, the size of the y axis label font cannot be increased above 1.0. What could be the problem?

I would very much appreciate any solutions from you.

Regards,
Chris.



<Prev in Thread] Current Thread [Next in Thread>
  • y axis problems, Christoph Scherber <=