Re: [R] ggplot2 plotting errorbars.

2013-02-04 Thread Jeff Newmiller
I have no problem specifying the mapping in both ggplot and various geom_* functions. However, it is important to specify data and mapping parameter names in the geom_* functions, particularly so because the parameter ordering is different there. -

Re: [R] ggplot2 plotting errorbars.

2013-02-03 Thread Rafael Robledo
Hi, it seems to be a problem about using aes both in ggplot as also in geom_bar. You could specify fill property for your geom_bar in ggplot initialization, in order to avoid this issue (you could also do the same thing for ymin and ymax properties for errorbar :P), i.e: dodge <-position_dodge(wi