Re: [R] text overlap in plot

2011-06-24 Thread Peter Ehlers
On 2011-06-24 08:00, David Winsemius wrote: On Jun 24, 2011, at 10:07 AM, David martin wrote: Hey, Here is a snippet that generated a boxplot and separates points so that they do not overlap. I have a problem to avoir text overlapping. Any help would be helpful. attach(InsectSprays) boxpl

Re: [R] text overlap in plot

2011-06-24 Thread David Winsemius
On Jun 24, 2011, at 10:07 AM, David martin wrote: Hey, Here is a snippet that generated a boxplot and separates points so that they do not overlap. I have a problem to avoir text overlapping. Any help would be helpful. > attach(InsectSprays) boxplot(count ~ spray, data = InsectSprays, ou

Re: [R] text overlap in plot

2011-06-24 Thread Greg Snow
...@stat.math.ethz.ch Subject: [R] text overlap in plot Hey, Here is a snippet that generated a boxplot and separates points so that they do not overlap. I have a problem to avoir text overlapping. Any help would be helpful. > attach(InsectSprays) boxplot(count ~ spray, data = InsectSprays, outpch =

[R] text overlap in plot

2011-06-24 Thread David martin
Hey, Here is a snippet that generated a boxplot and separates points so that they do not overlap. I have a problem to avoir text overlapping. Any help would be helpful. > attach(InsectSprays) boxplot(count ~ spray, data = InsectSprays, outpch = NA) stripchart(count ~ spray, data = InsectSpray