Skip to content

Commit 3140f20

Browse files
committed
sync defaults
1 parent 39adb1b commit 3140f20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/stat-bin.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ StatBin <- ggproto("StatBin", Stat,
133133
compute_group = function(data, scales, binwidth = NULL, bins = NULL,
134134
center = NULL, boundary = NULL,
135135
closed = c("right", "left"), pad = FALSE,
136-
breaks = NULL, flipped_aes = FALSE, drop = "all",
136+
breaks = NULL, flipped_aes = FALSE, drop = "none",
137137
# The following arguments are not used, but must
138138
# be listed so parameters are computed correctly
139139
origin = NULL, right = NULL) {

0 commit comments

Comments
 (0)