mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-08 06:38:26 -05:00
[PR #1107] [CLOSED] Add pyecharts #7713
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/1107
Author: @chfw
Created: 8/15/2018
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
cb52b8d🔖 add pyecharts, https://github.com/pyecharts/pyecharts📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
What is this Python project?
Pyecharts is a python interface to Echarts.js visualization library. It supports 28+ charts ranging from 2D, 3D and geo mapping. It supports data scientists using Jupyter, nteract and supports web developers with django and flask integration.
What's the difference between this Python project and similar ones?
It is similar to plotly.py and bokeh.
Comparing with plotly.py, pyecharts offers free exports of svg, pdf and html format whereas plotly.py offer them under a premium version. And pyecharts does not really care about the number of exports to other file formats whereas ploly.py allows up to100 exports per 24h.
Comparing with bokeh, user group are different. Bokeh serves primarily scientific community whereas pyecharts serves both web developers and data analysts. Bokeh's api emulates matplotlib whereas pyecharts api emulates pygal.
When it comes to geomapping, pyecharts has strong support for Chinese regions.
--
Anyone who agrees with this pull request could vote for it by adding a 👍 to it, and usually, the maintainer will merge it when votes reach 20.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.