Skip to content

Commit

Permalink
remove censoring date breaks (#5636)
Browse files Browse the repository at this point in the history
  • Loading branch information
teunbrand authored and thomasp85 committed Feb 23, 2024
1 parent ab036cb commit 5d1cc92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/scale-date.R
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,6 @@ ScaleContinuousDate <- ggproto("ScaleContinuousDate", ScaleContinuous,
return(NULL)
}
breaks <- floor(breaks)
breaks[breaks >= limits[1] & breaks <= limits[2]]
},
break_info = function(self, range = NULL) {
breaks <- ggproto_parent(ScaleContinuous, self)$break_info(range)
Expand Down

0 comments on commit 5d1cc92

Please sign in to comment.