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
相关文章
相关标签/搜索