Re: [R] ggplot axis limit

2012-03-16 Thread Brian Diggs
On 3/16/2012 10:29 AM, mdvaan wrote: Hi, This is probably an easy one, but I am new to ggplot2 and cannot find an answer online. Just so you know, there is a mailing list devoted to ggplot2. You can subscribe and view messages at https://groups.google.com/forum/?fromgroups#!forum/ggplot2

[R] ggplot axis limit

2012-03-16 Thread mdvaan
Hi, This is probably an easy one, but I am new to ggplot2 and cannot find an answer online. I am bar plotting values of 10 groups. These values are all within a 90-100 range, so I would like leave out the area of the bars below 90. If I say "graph + scale_y_continuous(limit=c(90, 100))", it does