-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
write vis_dat
and vis_miss
in plotly
and give them good names
#24
Comments
If you think there's any possibility you'll want different arguments for the plotly version, I'd go with a new functions rather than a new argument. BTW, we have a WebGL heatmap in beta right now. You can't create them from the R package yet, but once that is working, you should be able to render a lot more cells :) |
OK sure thing, I think they should get new names then. The question is, what to call them? Any thoughts on these names?
That's really exciting to hear about WebGL heatmaps! In the interim I think I'll just write them using the plotly code you suggested in the previous issue: #2
|
I like |
Hok so the current idea is that there will be plotly implementation of all of the visdat funs - they will just end in The next version of |
This issue is now a duplicate of #36 |
It's awesome that I can run
vis_dat
and thenggplotly()
, and get an interactive plot.But, it's really slow to do that, and from what I understand of plotly, it'll be way quicker if it's written in regular plotly code.
Possible names for these interactive plots?
vis_dat_ly? vis_miss_ly?
Or perhaps I include an "interactive == TRUE" argument inside vis_dat and vis_miss? I think I like this option more.
Any thoughts, @cpsievert ?
The text was updated successfully, but these errors were encountered: