Re: [R] barplot: space between axis and bars

2010-09-15 Thread Jim Lemon
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

Re: [R] barplot: space between axis and bars

2010-09-15 Thread Thomas Stewart
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

[R] barplot: space between axis and bars

2010-09-15 Thread Daniel Stepputtis
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