
python
runner_diego
逗比一只
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Python结束线程的方法
Python结束线程的方法原创 2016-09-28 08:48:26 · 2855 阅读 · 0 评论 -
Python Matplotlib画图示例
import numpy import matplotlib.pyplot as pyplotdef draw_fig(): xArr = [i for i in range(100)] yArr = numpy.random.normal(0, 0.1, 100) pyplot.axes(xlim=(0, 100), ylim=(-1, 1)) pyplot.plot(原创 2016-11-10 16:07:21 · 443 阅读 · 0 评论