---
id: plotly
version: "6.9.0"
license: MIT
license_treatment: permissive
maintenance: active
---
# plotly — An open-source interactive data visualization library for Python
License: permissive · Maintenance: active · Popularity: top 1,000 on PyPI
## Install
pip install plotly
uv add plotly
poetry add plotly
## Description
# plotly.py
| Latest Release |
|
| User forum |
|
| PyPI Downloads |
|
| License |
|
## Quickstart
`pip install plotly`
```python
import plotly.express as px
fig = px.bar(x=["a", "b", "c"], y=[1, 3, 2])
fig.show()
```
See...
## AI interpretation — verify before relying
plotly is an interactive, browser-based graphing library that creates over 30 chart types including scientific, 3D, statistical, and financial visualizations for display in Jupyter notebooks, HTML files, or Dash applications.
Verdict: plotly is a mature, actively maintained visualization library with permissive MIT licensing and low install friction. No known vulnerabilities and broad Python version support (3.8–3.13) make it a reliable choice for interactive charting across notebooks and web applications.
[View on SkillFed](https://skillfed.io/packages/plotly) · [View on PyPI](https://pypi.org/project/plotly/)