摘要:
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 阅读全文
摘要:
from pyecharts import options as opts from pyecharts.charts import Bar from pyecharts.faker import Faker from pyecharts.commons.utils import JsCode fr 阅读全文