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 a72d016 commit 6ec50ffCopy full SHA for 6ec50ff
tests/testthat/test-plotly-colorscale.R
@@ -27,7 +27,7 @@ test_that("Can specify contour colorscale", {
27
})
28
29
test_that("Can provide a color interpolation function", {
30
- p <- plot_ly(dat, x = 1:10, y = 1:10, color = 1:10, colors = scales::colour_ramp(c("red", "green")))
+ p <- plot_ly(x = 1:10, y = 1:10, color = 1:10, colors = scales::colour_ramp(c("red", "green")))
31
l <- expect_doppelganger_built(p, "colorRamp")
32
33
0 commit comments