没有合适的资源?快使用搜索试试~ 我知道了~
使用Python中的pyecharts库读取json文件绘制Bar3D
5 下载量 86 浏览量
2020-12-22
02:26:30
上传
评论
收藏 79KB PDF 举报
温馨提示
绘制结果展示* import json from pyecharts import Bar3D f = open('bar3ds.json', encoding='gbk') data = json.load(f) x_axis = data['x_axis'] y_axis = data['y_axis'] range_color = data['range_color'] data = data['data'] bar3d = Bar3D('3D柱状图', width=2000, height=2000) bar3d.add('', x_axis, y_axis, [[d[1], d[0]
资源推荐
资源详情
资源评论
使用使用Python中的中的pyecharts库读取库读取json文件绘制文件绘制Bar3D
绘制结果展示*
import json
from pyecharts import Bar3D
f = open('bar3ds.json', encoding='gbk')
data = json.load(f)
x_axis = data['x_axis'] y_axis = data['y_axis'] range_color = data['range_color'] data = data['data'] bar3d = Bar3D('3D柱状图', width=2000, height=2000)
bar3d.add('', x_axis, y_axis, [[d[1], d[0], d[2]] for d in data], is_visualmap=True, visual_range=[0, 20], visual_range_color=range_color)
bar3d.render('bar3d.html')
注数据文件链接: https://pan.baidu.com/s/1pU16WlRJcx_xiLZwJ8iqDw 密码: cihh
作者:小白-小天
资源评论
weixin_38742520
- 粉丝: 15
- 资源: 940
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 10、安徽省大学生学科和技能竞赛A、B类项目列表(2019年版).xlsx
- 9、教育主管部门公布学科竞赛(2015版)-方喻飞
- C语言-leetcode题解之83-remove-duplicates-from-sorted-list.c
- C语言-leetcode题解之79-word-search.c
- C语言-leetcode题解之78-subsets.c
- C语言-leetcode题解之75-sort-colors.c
- C语言-leetcode题解之74-search-a-2d-matrix.c
- C语言-leetcode题解之73-set-matrix-zeroes.c
- 树莓派物联网智能家居基础教程
- YOLOv5深度学习目标检测基础教程
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功