You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be cool to reach parity between ggplot2 and plot.ly/R chart types. Its pretty cumbersome right now to demo ggplot2 functionality in sales meetings - ideally there are just copy/paste examples with the same breadth as https://plot.ly/r/
The text was updated successfully, but these errors were encountered:
Where did you get the information on argument "text" within
geom_point()? I had never seen it
and actually does not have any visual effect on the ggplot graphic.
Thanks
Agus
At sales demos, folks who use ggplot2 in general have no interest in Plotly's native R library.
As an avid ggplot2/R user, I can relate, but I think if we provide a cleaner interface with smart defaults, it would be more attractive. I'd like to play around with idea in my redesign the R API. For instance, I think creating a 3D surface plots (which the ggplot2 DSL doesn't natively support) could be as easy as:
library(plotly)
plotly(volcano, type="surface")
Since the redesign will effect documentation, I'd like to focus on the redesign first.
By the way, I was anticipating to see that documentation show up here, but it doesn't, am I missing something? -> http://plotly.github.io/documentation
We could also utilize the gh-pages branch on the R package repo for documentation (which currently doesn't have very much). I have some experience powering Jekyll blogs with knitr, so that's an option too.
At sales demos, folks who use ggplot2 in general have no interest in Plotly's native R library.
Can we make an equivalent ggplot2 example for every plot.ly/R chart type at the new API documentation repo - https://github.com/plotly/documentation/tree/gh-pages?
For example, there is not ggplot2 hover text example equivalent to:
https://plot.ly/r/text-and-annotations/
Would be cool to reach parity between ggplot2 and plot.ly/R chart types. Its pretty cumbersome right now to demo ggplot2 functionality in sales meetings - ideally there are just copy/paste examples with the same breadth as https://plot.ly/r/
The text was updated successfully, but these errors were encountered: