Skip to content

Instantly share code, notes, and snippets.

@mplourde
Created August 1, 2014 15:20
Show Gist options
  • Save mplourde/9d9356b280782d1aa1c6 to your computer and use it in GitHub Desktop.
Save mplourde/9d9356b280782d1aa1c6 to your computer and use it in GitHub Desktop.
connecting R to plotly
options(RCurlOptions=list(proxy='web.proxy.com:8080'))
py <- plotly("me", "mec3g0e1z7")
p <- ggplot(mtcars, aes(x=mpg, y=cyl)) + geom_point()
res <- py$ggplotly(k, kwargs=list(auto_open=FALSE))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment