On 09/15/2010 09:54 PM, Daniel Stepputtis wrote:
Hi all,
I have a problem with a rather simple plot (which I have used several
times) - barplot.
I want to create a barplot, where no space is between the axis and the
bars.
Example:
barplot(rnorm(10), space=0)
creates a vertical axis at the left
Try
par(xaxs="i")
barplot(rnorm(10), space=0)
-tgs
On Wed, Sep 15, 2010 at 7:54 AM, Daniel Stepputtis <
daniel.stepput...@vti.bund.de> wrote:
> Hi all,
> I have a problem with a rather simple plot (which I have used several
> times) - barplot.
>
> I want to create a barplot, where no space is b
Hi all,
I have a problem with a rather simple plot (which I have used several
times) - barplot.
I want to create a barplot, where no space is between the axis and the bars.
Example:
barplot(rnorm(10), space=0)
creates a vertical axis at the left and bars. I want to skip the space
between bot
3 matches
Mail list logo