Files
developer-roadmap/roadmaps/python-data-analysis/content/interactive-visualization@ES8zVixZ5wZ0tW6beOWxJ.md
T
Arik Chakma 274082fd77 feat: clean roadmap content and sync scripts (#10181)
* refactor: clean to roadmap content

* refactor: move shared helpers into scripts/lib
2026-07-28 05:45:17 +06:00

758 B

Interactive Visualization

Interactive visualizations allow users to explore data by hovering, zooming, panning, and filtering directly in the chart. They are more engaging than static plots for dashboards and reports where the audience needs to examine specific data points. Python's main interactive visualization libraries are Plotly and Altair.

Visit the following resources to learn more: