[PR #2617] [CLOSED] Add plotly.py #4033

Closed
opened 2026-04-15 09:50:33 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/2617
Author: @sudipX0
Created: 10/1/2024
Status: Closed

Base: masterHead: master


📝 Commits (1)

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

What is this Python project?

plotly.py is a library for creating interactive, web-based visualizations. It supports a wide range of chart types (line, bar, 3D, maps) and is known for its integration with Dash to build web dashboards. It also works with Pandas, NumPy, and Jupyter notebooks, allowing interactive plots to be embedded easily. Features include offline plotting, customization options, and export to formats like PNG or PDF.

What's the difference between this Python project and similar ones?

  • Matplotlib: Great for static plots and publication-quality visuals, but lacks interactivity.
  • Seaborn: Simplifies statistical visualizations but is less interactive and versatile.
  • Bokeh: Provides fine control over web-based interactivity but with a steeper learning curve.
  • Altair: Focuses on simple, declarative syntax for statistical plots but lacks 3D and advanced interactivity.

Anyone who agrees with this pull request could submit an Approve review to it.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/2617 **Author:** [@sudipX0](https://github.com/sudipX0) **Created:** 10/1/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`35c5fe5`](https://github.com/vinta/awesome-python/commit/35c5fe5ebdf191c9286666c95d03fdca9d894c54) Add plotly.py ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## What is this Python project? `plotly.py` is a library for creating interactive, web-based visualizations. It supports a wide range of chart types (line, bar, 3D, maps) and is known for its integration with Dash to build web dashboards. It also works with Pandas, NumPy, and Jupyter notebooks, allowing interactive plots to be embedded easily. Features include offline plotting, customization options, and export to formats like PNG or PDF. ## What's the difference between this Python project and similar ones? - **Matplotlib**: Great for static plots and publication-quality visuals, but lacks interactivity. - **Seaborn**: Simplifies statistical visualizations but is less interactive and versatile. - **Bokeh**: Provides fine control over web-based interactivity but with a steeper learning curve. - **Altair**: Focuses on simple, declarative syntax for statistical plots but lacks 3D and advanced interactivity. Anyone who agrees with this pull request could submit an *Approve* review to it. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-15 09:50:33 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#4033