Skip to content

Commit 010bffc

Browse files
authored
Add trans field to ScaleContinuous (#3664)
1 parent b122e2a commit 010bffc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

R/scale-.r

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -531,6 +531,7 @@ ScaleContinuous <- ggproto("ScaleContinuous", Scale,
531531
oob = censor,
532532
minor_breaks = waiver(),
533533
n.breaks = NULL,
534+
trans = identity_trans(),
534535

535536
is_discrete = function() FALSE,
536537

0 commit comments

Comments
 (0)