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 7d5573c commit 037a027Copy full SHA for 037a027
tests/testthat/test-ggplot-jitter.R
@@ -19,7 +19,7 @@ set.seed(1001)
19
p <- ggplot(mpg, aes(cyl, hwy)) + geom_jitter()
20
21
test_that("geom_jitter is working", {
22
- info <- expect_traces(p1, 1, "basic")
+ info <- expect_traces(p, 1, "basic")
23
tr <- info$traces[[1]]
24
expect_identical(tr$type, "scatter")
25
# default jitter is 40% of the resolution of the data.
0 commit comments