标签:col plot 模块 code mamicode mat div class com
1 #导入matplotlib模块 2 import matplotlib.pyplot as plt 3 #准备绘制两个点(1,2) (4,8) 4 #调用绘制plot方法 5 plt.plot([1,4],[2,8]) 6 #显示绘制的图片 7 plt.show()
标签:col plot 模块 code mamicode mat div class com
原文地址:https://www.cnblogs.com/monsterhy123/p/12642145.html