powered by
show_spec(vis, pieces = NULL)
base <- mtcars %>% ggvis(~mpg, ~wt) %>% layer_points() base %>% show_spec() base %>% show_spec("scales")
Run the code above in your browser using DataLab