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
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
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=
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
4 matches
Mail list logo