matplotly
Jupyter-native interactive matplotlib figure editor.
Edit any matplotlib figure interactively — styles, colors, labels, legends — then export reproducible Python code. Everything runs inline in your notebook.
Contents
- Installation
- Quick Start
- Editor Guide
- Plot Types Reference
- Line plots —
ax.plot() - Scatter plots —
ax.scatter() - Bar charts —
ax.bar()/ax.barh() - Histograms —
ax.hist() - Box plots —
ax.boxplot() - Violin plots —
ax.violinplot() - Error bars —
ax.errorbar() - Heatmaps —
ax.imshow()/ax.pcolormesh() - Fill regions —
ax.fill_between()/ax.fill_betweenx() - Marginal plots
- Multi-subplot figures
- Line plots —
- AI Style Extraction
- Style Profiles
- Code Export
- API Reference
- Examples
Project