03 Data Visualization
tutorialsAlphgetting-started
Export
Plotly — Interactive Charts
Plotly charts are fully interactive. Hover over points, zoom into regions, and export as PNG.
[1]
[2]
Matplotlib & Seaborn
Classic plotting libraries work as expected.
[5]
/tmp/ipykernel_341/2306078502.py:12: FutureWarning: Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.
[6]
Why Interactive Matters
| Library | Interactive | Use Case |
|---|---|---|
| Plotly | Yes | Dashboards, presentations, exploration |
| Matplotlib | Static | Publications, fine-grained control |
| Seaborn | Static | Statistical plots, quick EDA |
On Alph, interactive outputs persist — share a notebook link and recipients get the full interactive experience, not a screenshot.