Plot Twist: Bringing Your ggplot2 Visuals to Life with ggplotly

What is ggplotly?

The ggplotly() function within Plotly can convert your ggplot2 figures into interactive figures powered by plotly. js, ready for embedding into Dash applications. ggplotly is free and open source and you can view the source, report issues or contribute on GitHub.

Great for presentations!