2017-01-28
iris dataset
library(plotly) plot_ly(iris, x = ~Sepal.Length, y = ~Sepal.Width, color = ~Species)
Thanks