DataJam

随笔分类 -  pyecharts

pyecharts常用图表
柱状图+条形图组合
摘要:1 from pyecharts.charts import Bar,Line 2 from pyecharts import options as opts 3 4 #x_data = ["婴幼儿(0到6岁)", "少儿(7到12岁)", "青少年(13到17岁)", "青年(18到45岁)", 阅读全文

posted @ 2021-06-03 14:56 DataJam 阅读(261) 评论(0) 推荐(0)

3.简单词云图
摘要:图标:https://fa5.dashgame.com/#/%E5%9B%BE%E6%A0%87 学习案例:https://zhuanlan.zhihu.com/p/138356932 pyecharts示例图:https://gallery.pyecharts.org/#/WordCloud/wo 阅读全文

posted @ 2021-05-28 09:34 DataJam 阅读(148) 评论(0) 推荐(0)

2.饼图
摘要:待更新 阅读全文

posted @ 2021-05-27 23:39 DataJam 阅读(25) 评论(0) 推荐(0)

1.柱状图系列
摘要:一、单系列柱状图 配置参数:https://pyecharts.org/#/zh-cn/global_options 图例示范:https://gallery.pyecharts.org/#/Bar/bar_rotate_xaxis_label 图标颜色:http://blog.jijiechen. 阅读全文

posted @ 2021-05-27 23:36 DataJam 阅读(151) 评论(0) 推荐(0)

导航