pyecharts 简单使用
摘要:def plotlib_data(self): # 画图 Type Proportion(%) self.cursor.execute('select video_name from game_fps GROUP BY video_name') video_name = [i[0] for i in
阅读全文
[pyecharts学习笔记]——全局配置项(AxisOpts坐标轴配置项)
摘要:from pyecharts import options as opts from pyecharts.charts import Bar from pyecharts.faker import Faker from pyecharts.commons.utils import JsCode fr
阅读全文