Skip to content

Commit 5d1cc92

Browse files
teunbrandthomasp85
authored andcommitted
remove censoring date breaks (#5636)
1 parent ab036cb commit 5d1cc92

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

R/scale-date.R

-1
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,6 @@ ScaleContinuousDate <- ggproto("ScaleContinuousDate", ScaleContinuous,
405405
return(NULL)
406406
}
407407
breaks <- floor(breaks)
408-
breaks[breaks >= limits[1] & breaks <= limits[2]]
409408
},
410409
break_info = function(self, range = NULL) {
411410
breaks <- ggproto_parent(ScaleContinuous, self)$break_info(range)

0 commit comments

Comments
 (0)