2017年8月10日

Matplotlib入门教程

摘要: 1.安装,windows CMD命令下。。。我是Python2.7 2、先测试画个图再BB 3 再画一个饼状图,来源见[参考1] 4 参考 1 http://www.cnblogs.com/zhizhan/p/5615947.html 阅读全文

posted @ 2017-08-10 17:07 零零Java 阅读(277) 评论(0) 推荐(0) 编辑

turtle教程-Python绘图

摘要: 运动命令: forward(degree) #向前移动距离degree代表距离 backward(degree) #向后移动距离degree代表距离 right(degree) #向右移动多少度left(degree) #向左移动多少度goto(x,y) #将画笔移动到坐标为x,y的位置 stamp 阅读全文

posted @ 2017-08-10 11:18 零零Java 阅读(568) 评论(0) 推荐(0) 编辑

python画图模块之一:turtle(1) 画五角星、正方形等

摘要: 五角星只需要把角度调整为144 正方形:90 阅读全文

posted @ 2017-08-10 11:08 零零Java 阅读(2160) 评论(0) 推荐(0) 编辑

导航