Learn practical skills, build real-world projects, and advance your career
# https://jovian.ai/learn/zero-to-data-analyst-bootcamp
import jovian
jovian.commit()

Interactive Visualization with Plotly

This tutorial is a part of the Zero to Data Science Bootcamp by Jovian

alt

Plotly is a Python library used for creating interactive visualizations (graphs & charts). Unlike Matplotlib and Seaborn which create static images, Plotly renders an HTML document and uses JavaScript under the hood to enable interactivity. Plotly also offers a large selection of chart types to choose from.

The following topics are covered in this tutorial:

  • Creating figures & adding interactive elements
  • A quick tour of popular interactive charts
  • Using Plotly as a plotting backend for Pandas
  • Creating and exploring 3D graphs
  • Adding controls and animating graphs