ggvis
ggvis copied to clipboard
lines stroke (color) legend shows circles
The legend for lines should show lines, rather than circles (which look as if they represent markers for points). E.g., if I do
mtcars %>% ggvis(~wt, ~mpg) %>% group_by(cyl) %>% layer_lines(stroke = ~factor(cyl))
I get
Also, I get a warning message:
In rbind_all(out[[1]]) : Unequal factor levels: coercing to character
Agreed. This is problematic for putting ggvis products into production.