0 Posted 2020-06-20Updated 2024-01-11R / Plot / othersa few seconds read (About 52 words)PlotyPloty Quick Start install.packages("plotly")library(plotly)library(ggplot2)p <- ggplot(df) + geom_point(ase(x=X,y=Y))P <- ggplotly(p) Save library(htmlwidgets)saveWidget(P,"1.html",selfcontained = F) More Plotyhttps://karobben.github.io/2020/06/20/R/Ploty/AuthorKarobbenPosted on2020-06-20Updated on2024-01-11Licensed under#RPlotInteroperable Plot