Closed vincentarelbundock closed 3 weeks ago
Test now looks like this:
f = function() { with( mtcars2, tinyplot( x = wt, y = fit, ymin = lwr, ymax = upr, type = type_ribbon(alpha = .5) ) ) } expect_snapshot_plot(f, label = "ribbon_alpha50")
Thanks, looks great!
Test now looks like this: