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 9e2d138 commit c61675fCopy full SHA for c61675f
tests/testthat/test-plotly-subplot.R
@@ -84,7 +84,7 @@ s <- subplot(
84
)
85
86
test_that("Row/column height/width", {
87
- l <- expect_traces(s, 3, "width-height")
+ l <- expect_traces(s, 4, "width-height")
88
expect_equal(diff(l$layout$xaxis$domain), 0.8 - 0.005)
89
expect_equal(diff(l$layout$xaxis2$domain), 0.2 - 0.005)
90
expect_equal(diff(l$layout$yaxis$domain), 0.2 - 0.005)
0 commit comments