Skip to content

Commit 20cfea7

Browse files
committed
ytrans is deprecated
1 parent 2c3f22c commit 20cfea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-cookbook-axes.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ test_that("log2 scaling of the y axis (with visually-equal spacing)", {
105105
expect_legend(info, leg())
106106
})
107107

108-
sp.log2.coord <- sp + coord_trans(ytrans="log2")
108+
sp.log2.coord <- sp + coord_trans(y="log2")
109109

110110
test_that("log2 coordinate transformation with visually-diminishing spacing", {
111111
info <- expect_traces(sp.log2.coord, 1, "log2-coord")

0 commit comments

Comments
 (0)