plotly
Package — VisualizationPython 3.8+Intermediate
Interactive browser-based charts and dashboards
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.8+
- Dependencies
- tenacity, packaging
- Install
pip install plotly
Learn by Difficulty
Quick Example
python
# Install: pip install plotly import plotly # Basic plotly usage print(f"Using plotly") # See documentation for detailed examples
plotly is a third-party package. Interactive browser-based charts and dashboards. Install with: pip install plotly
Try in PlaygroundTags
packagevisualizationinteractivechartingdashboard
Related Items
matplotlib
Package — Visualization
Comprehensive 2D/3D plotting; foundation of Python data viz
bokeh
Package — Visualization
Interactive visualization for modern web browsers with streaming
altair
Package — Visualization
Declarative statistical visualization based on Vega-Lite
dash
Package — Visualization
Build analytical web dashboards with Plotly
streamlit
Package — Visualization
Build data apps with minimal code; auto-reactive UI