摘要: import matplotlib.pyplot as plt x = sorted[:10]['Goods'] y = sorted[:10]['id'] plt.figure(figsize=(8,4)) plt.barh(x,y) plt.rcParams['font.sans-serif'] 阅读全文
posted @ 2023-03-19 21:40 啊语 阅读(21) 评论(0) 推荐(0)