摘要: pygal安装: Linux下: Windows下: 效果如图: 阅读全文
posted @ 2018-09-29 12:15 pprp 阅读(720) 评论(0) 推荐(0)
摘要: 对python应用的一个巩固,以及熟悉matplotlib的用法 效果如下: coding: utf 8 """ Created on Fri Sep 28 22:39:55 2018 @author: pprp """ from random import choice import matplo 阅读全文
posted @ 2018-09-29 12:03 pprp 阅读(328) 评论(0) 推荐(0)
摘要: 详细内容参看: "官网" 测试数据: 简单的绘图 plt.plot(x,y) plt.show() 改变文字、字体、线宽 plt.title("title") plt.xlabel('xlabel') plt.ylabel('ylabel') plt.tick_params(axis,labelsi 阅读全文
posted @ 2018-09-29 11:47 pprp 阅读(530) 评论(0) 推荐(0)