Reputation: 272
I have created an interactive plot using plotly (with tooltips). I am using Linux command line interface.
Thanks
PS: I have tried htmlwidgets but it failed with the error:
htmlwidgets::saveWidget(as_widget(p), file = "my_plot.html")
Error in pandoc_self_contained_html(file, file) :
Saving a widget with selfcontained = TRUE requires pandoc. See here to learn more https://bookdown.org/yihui/rmarkdown-cookbook/install-pandoc.html
NOTE: htmlwidgets option works in Windows. My problem is with Linux.
Upvotes: 0
Views: 24