Skip to content

Commit 1fc3d2a

Browse files
committed
Make sure geom and draw_group args match
1 parent 2d163ae commit 1fc3d2a

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
@@ -146,7 +146,7 @@ GeomBoxplot <- ggproto("GeomBoxplot", Geom,
146146
},
147147

148148
draw_group = function(data, panel_scales, coord, fatten = 2,
149-
outlier.colour = "black", outlier.shape = 19,
149+
outlier.colour = NULL, outlier.shape = 19,
150150
outlier.size = 1.5, outlier.stroke = 0.5,
151151
notch = FALSE, notchwidth = 0.5, varwidth = FALSE) {
152152

0 commit comments

Comments
 (0)