Skip to content

Commit 0e67a33

Browse files
committed
postpone invoking resolution
1 parent b84575b commit 0e67a33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/position-jitter.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ PositionJitter <- ggproto("PositionJitter", Position,
6868
seed <- self$seed
6969
}
7070
list(
71-
width = self$width %||% (resolution(data$x, zero = FALSE, TRUE) * 0.4),
72-
height = self$height %||% (resolution(data$y, zero = FALSE, TRUE) * 0.4),
71+
width = self$width,
72+
height = self$height,
7373
seed = seed
7474
)
7575
},

0 commit comments

Comments
 (0)