Python繪圖教程

1.二維繪圖 a. 一維數據集 用 Numpy ndarray 做爲數據傳入 plypython 1. import numpy as np import matplotlib as mpl import matplotlib.pyplot as plt np.random.seed(1000) y = np.random.standard_normal(10) print "y = %s"% y
相關文章
相關標籤/搜索