Pyecharts : plot Graph, Line, Liquid, Parallel

 報錯:ascii' codec can't decode byte 0xe5 in position 2877: ordinal not in range...git

主要錯誤是上面最後一行的Unicode解碼問題,網上搜索說是讀取文件時使用的編碼默認時ascii而不是utf8,致使的錯誤;github

在代碼中加上以下幾句便可。微信

import sys
reload(sys)
sys.setdefaultencoding('utf8'
2017-07-27 做者陳鍵冬 Python中文社區

 

陳鍵冬,Python中文社區專欄做者
GitHub:
https://github.com/chenjiandongx

pyecharts 是一個用於生成 Echarts 圖表的類庫。 Echarts 是百度開源的一個數據可視化 JS 庫。主要用於數據可視化。echarts

Graph(關係圖)post

Line(折線/面積圖)ui

Liquid(水球圖)編碼

Parallel(平行座標系)spa

 


微信掃一掃
關注該公衆號netty

相關文章
相關標籤/搜索