scikit-learn:matplotlib.pyplot經常使用畫圖功能總結(2)——多子圖繪製

畫圖功能總結(1):http://blog.csdn.net/mmc2015/article/details/47746195python 一、回憶以前,快速入門:函數 # -*- coding: utf-8 -*- import numpy as np import matplotlib.pyplot as plt x = np.linspace(0, 10, 1000) y = np.sin
相關文章
相關標籤/搜索