摘要: 1、查看帮助文档 import matplotlib.pyplot as plt help(plt.plot) 2、arr[:,],“:”表示全选每行,“,”后再选取指定的列 ma = np.array([[1,3,2],[3,4,6],[3,33,6]]) ma.shape print (ma[: 阅读全文
posted @ 2018-12-23 19:53 jet-software 阅读(182) 评论(0) 推荐(0) 编辑