Re: [R] X-axis labels not displayed when changing ylim

2009-07-10 Thread Sarah Bonnin
CC: r-help@r-project.org Asunto: Re: [R] X-axis labels not displayed when changing ylim On Thu, 09-Jul-2009 at 05:36PM +0200, Sarah Bonnin wrote: > Dear R users, > > I am encountering a x axis labeling problem on quite basic plots... > I use the following code which displays the label

Re: [R] X-axis labels not displayed when changing ylim

2009-07-10 Thread Jim Lemon
Sarah Bonnin wrote: Dear R users, I am encountering a x axis labeling problem on quite basic plots... I use the following code which displays the labels on the x-axis with a 45 degrees angle: p <- plot(myobject1, type="b", col="red",cex=1, lwd=2, axes=FALSE, ann=FALSE, ylim=c(0,70)) title(m

Re: [R] X-axis labels not displayed when changing ylim

2009-07-09 Thread Patrick Connolly
On Thu, 09-Jul-2009 at 05:36PM +0200, Sarah Bonnin wrote: > Dear R users, > > I am encountering a x axis labeling problem on quite basic plots... > I use the following code which displays the labels on the x-axis with a > 45 degrees angle: > > p <- plot(myobject1, type="b", col="red",cex=1, lwd=

[R] X-axis labels not displayed when changing ylim

2009-07-09 Thread Sarah Bonnin
Dear R users, I am encountering a x axis labeling problem on quite basic plots... I use the following code which displays the labels on the x-axis with a 45 degrees angle: p <- plot(myobject1, type="b", col="red",cex=1, lwd=2, axes=FALSE, ann=FALSE, ylim=c(0,70)) title(main="title", font.mai