Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.14 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.14 KB

Overview

Notebook

Demos for ggplotly

ggplotly is under development so, for the time being, you will not be able to pass any ggplot2 object to the ggplotly() function.

For reference, here is a list of working examples:

Hello ggplotly (Getting started)

http://rpubs.com/tdhock/hello-ggplotly (Source at https://github.com/tdhock/plotly-demos)

Check out this awesome blog post: http://ropensci.org/blog/2014/04/17/plotly/

Line shapes

Notebook

Bar charts

http://rpubs.com/plotly/bar-charts

Histograms

Notebook


Is it not super nice to embed interactive plotly graphs inside your html knitr documents? Again, http://rpubs.com/chriddyp/plotly-demo :)