Hi Adam,
On Tue, Jan 8, 2013 at 9:18 AM, <
adam.l...@pnc.com> wrote:
> Hi group,
>
> Two things are happening when I run this. First, the dodging doesn't seem to
> occur. The points and point ranges overlap, although the legend indicates
> the grouping.
Points and lines are treated as one-dimensional, i.e., they don't have
a width. So you need to set a width in the position_dodge() call, like
this:
ggplot(pd.range,aes(as.factor(rr),exp))+
geom_pointrange(aes(colour=as.factor(rho),ymin=min,ymax=max),
position=position_dodge(width=0.5))
Best,
Ista
> --
> You received this message because you are subscribed to the ggplot2 mailing
> list.
> Please provide a reproducible example:
>
https://github.com/hadley/devtools/wiki/Reproducibility
>
> To post: email
ggp...@googlegroups.com
> To unsubscribe: email
ggplot2+u...@googlegroups.com
> More options:
http://groups.google.com/group/ggplot2