We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31a1ef6 commit ba738b9Copy full SHA for ba738b9
tests/testthat/test-ggplot-coord.R
@@ -49,4 +49,4 @@ test_that("coord_fixed() is translated to the right height-width ratio", {
49
y_range <- range(built[[2]]$ranges[[1]]$y.major_source, na.rm = TRUE)
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
-})
+})
0 commit comments