Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Takes too long than ggplot2 to handle big data #468

Open
vikram-rawat opened this issue Mar 31, 2017 · 1 comment
Open

Takes too long than ggplot2 to handle big data #468

vikram-rawat opened this issue Mar 31, 2017 · 1 comment

Comments

@vikram-rawat
Copy link

library(ggvis)
library(ggplot2)

diamonds %>% ggvis(~price,~carat) %>% layer_points(opacity:=input_slider(0,1),
size:=input_slider(100,300)) %>%
layer_smooths(stroke:='green')

@vikram-rawat
Copy link
Author

takes about 30 + seconds

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant