library(plotly) # --> your ggplot2 methods <-- dsamp <- diamonds[sample(nrow(diamonds), 1000), ] qplot(carat, price, data=dsamp, colour=clarity) # --> send your ggplot2 figure to plotly <-- py <- plotly() py$ggplotly() 
- Getting started with ggplot2 and plotly
- A Brief Introduction to Plotly « Bad Hessian
- Plot with ggplot2, interact, collaborate, and share online « Bayesian Biologist
- A Rosetta Stone for R, ggplot2, Python, MATLAB, and Excel Plotting


