Skip to content

Commit 6d8629c

Browse files
committed
geom_boxplot: assign correct group number
Fixes #714
1 parent f65dfb2 commit 6d8629c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/geom-boxplot.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ GeomBoxplot <- proto(Geom, {
131131
size = data$size,
132132
linetype = data$linetype,
133133
fill = alpha(data$fill, data$alpha),
134-
group = NA,
134+
group = data$group,
135135
stringsAsFactors = FALSE
136136
)
137137

0 commit comments

Comments
 (0)