8000 GitHub - tpwnny/Charts-graphs: 🐦‍⬛🐦‍⬛🐦‍⬛🐦‍⬛🐦‍⬛
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tpwnny/Charts-graphs

 
 

Repository files navigation

$ git clone https://github.com/tpwnny/Charts-graphs.git
$ cd Charts-graphs
$ pip install -r requirements.txt
$ python setup.py install
from pyecharts.charts import Bar
from pyecharts import options as opts

bar = (
    Bar()
    .add_xaxis(["衬衫", "毛衣", "领带", "裤子", "风衣", "高跟鞋", "袜子"])
    .add_yaxis("商家A", [114, 55, 27, 101, 125, 27, 105])
    .add_yaxis("商家B", [57, 134, 137, 129, 145, 60, 49])
    .set_global_opts(title_opts=opts.TitleOpts(title="某商场销售情况"))
)
bar.render()

from pyecharts.render import make_snapshot

# needs to configure selenium
make_snapshot(bar.render(), "bar.png")

Notebook

Jupyter Notebook

JupyterLab

Web framework

🔖 Demo

bar boxplot effectScatter funnel gague geo geo graph heatmap kline line liquid map parallel pie ploar radar scatter tree treemap wordCloud bar3D line3D sankey scatter3D surface3D themeRiver overlap grid timeline

About

🐦‍⬛🐦‍⬛🐦‍⬛🐦‍⬛🐦‍⬛

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.5%
  • HTML 1.5%
0