We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba738b9 commit 23eb47bCopy full SHA for 23eb47b
tests/testthat/test-ggplot-coord.R
@@ -50,3 +50,4 @@ test_that("coord_fixed() is translated to the right height-width ratio", {
50
yx_ratio <- (y_range[2] - y_range[1]) / (x_range[2] - x_range[1])
51
expect_identical(la$height/la$width, yx_ratio * p$coordinates$ratio)
52
})
53
+
0 commit comments