Skip to content

Commit

Permalink
geom_boxplot: assign correct group number
Browse files Browse the repository at this point in the history
Fixes #714
  • Loading branch information
wch committed Oct 30, 2012
1 parent f65dfb2 commit 6d8629c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/geom-boxplot.r
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ GeomBoxplot <- proto(Geom, {
size = data$size,
linetype = data$linetype,
fill = alpha(data$fill, data$alpha),
group = NA,
group = data$group,
stringsAsFactors = FALSE
)

Expand Down

0 comments on commit 6d8629c

Please sign in to comment.