pathon math lib
摘要:
numpy + SciPy + IPython + matplotlib- example of plot: http://matplotlib.sourceforge.net/import matplotlib.pyplot as pltimport numpy as npx,y = np.random.randn(2,100)fig = plt.figure()ax1 = fig.add_subplot(211)ax1.xcorr(x, y, usevlines=True, maxlags=50, normed=True, lw=2)ax1.grid(True)ax1.axhline(0, 阅读全文
posted @ 2011-08-08 21:16 cutepig 阅读(566) 评论(0) 推荐(0)
浙公网安备 33010602011771号