码迷,mamicode.com
首页 > 其他好文 > 详细

一. 直线

时间:2015-11-04 14:37:54      阅读:191      评论:0      收藏:0      [点我收藏+]

标签:

要使用matplotlib画直线可以使用下面的方法

import matplot.pyplot as plt

plt.plot([1,2,3],[5,7,4]) #plt.plot([x1,x2,x3],[y1,y2,y3])

plt.show()

(x1, y1,), (x2,y2) 决定了另外一条直线

(x2, y2,), (x3,y3) 决定了另外一条直线

如下图

技术分享

一. 直线

标签:

原文地址:http://www.cnblogs.com/flagub/p/4935770.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!