Skip to content

Commit 1800a9a

Browse files
authored
fix_6357 (#6358)
See #6357
1 parent e727e2b commit 1800a9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/geom-ribbon.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ GeomRibbon <- ggproto("GeomRibbon", Geom,
183183
if ((length(aes$fill) > 1 || length(aes$alpha) > 1)) {
184184
transformed <- coord$transform(flip_data(data, flipped_aes), panel_params)
185185
if (flipped_aes) {
186-
keep <- is.finite(tranformed$y)
186+
keep <- is.finite(transformed$y)
187187
args <- list(
188188
colours = alpha(data$fill, data$alpha)[keep],
189189
stops = rescale(transformed$y)[keep],

0 commit comments

Comments
 (0)