摘要:
import numpy as npimport matplotlib.pyplot as pltxData = np.arange(0, 10, 1)yData1 = xData.__pow__(2.0)yData2 = np.arange(15, 61, 5)plt.figure(num=1, ... 阅读全文
posted @ 2015-10-13 18:37
wonderfang
阅读(11519)
评论(0)
推荐(0)
浙公网安备 33010602011771号