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 a239308 commit d97b471Copy full SHA for d97b471
tests/testthat/test-legend.R
@@ -23,7 +23,7 @@ test_that("gsplot legend works", {
23
expect_is(gs, "gsplot")
24
expect_equal(gs$legend$gs.config$bg, "lightgrey")
25
expect_equal(gs$legend$gs.config$location, "bottomright")
26
- expect_equal(length(which(names(gs$legend)=="legend.args")), 3)
+ expect_equal(length(which(names(gs$legend)=="legend.args")), 4)
27
expect_equal(gs$legend[[1]]$fill, quote(par("bg")))
28
expect_equal(gs$legend[[4]]$lwd, NA)
29
expect_equal(gs$legend[[2]]$density, NA)
0 commit comments