2-18 matplotlib模块的使用
摘要:
import numpy as np import matplotlib.pyplot as plt x = np.array([1,2,3,4,5,6,7,8]) y = np.array([3,5,7,6,2,6,10,15]) plt.plot(x,y,'r') # 折线 1 x 2 y 3 color import numpy as np import matplo... 阅读全文
posted @ 2018-09-14 21:29 绿茵好莱坞 阅读(200) 评论(0) 推荐(0)
浙公网安备 33010602011771号