0

I am trying to use the ggplotly to convert ggplot object and it returns nothing, just a blank viewer... Can anyone tell me why? Thanks in advance.

ggp = ggplot(data = mtcars, aes(cyl)) + geom_density(kernel = "gaussian")
ggplotly(ggp)
  • There are some posts with a similiar issue where updating RStudio fixed the issue. See e.g. https://community.rstudio.com/t/help-cant-plot-anything-using-plotly/55264/5 or https://github.com/ropensci/plotly/issues/1712 – stefan Oct 02 '20 at 21:53
  • Sorry, but those posts do not solve my problem... i have the latest r studio and r and I can not use plotly at all. all my plots gave me a blank viewer... –  Oct 05 '20 at 07:57

0 Answers0