Skip to content

Commit 01d7db0

Browse files
Thomas KnechtThomas Knecht
Thomas Knecht
authored and
Thomas Knecht
committed
Delete emtpy rows
1 parent a486906 commit 01d7db0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

R/position-nudgestack.R

-4
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ position_nudgestack <- function(x = 0, y = 0, vjust = 1, reverse = FALSE) {
2929
)
3030
}
3131

32-
33-
3432
#' @rdname ggplot2-ggproto
3533
#' @format NULL
3634
#' @usage NULL
@@ -99,8 +97,6 @@ PositionNudgeStack <- ggproto("PositionNudgeStack", Position,
9997

10098
data <- rbind(neg, pos)[match(seq_len(nrow(data)), c(which(negative), which(!negative))), ]
10199

102-
103-
104100
# transform only the dimensions for which non-zero nudging is requested
105101
if (any(params$x != 0)) {
106102
if (any(params$y != 0)) {

0 commit comments

Comments
 (0)