matplotlib庫筆記1

1、matplotlib.pyplot中add_subplot方法 import matplotlib.pyplot as plt from numpy import * fig = plt.figure() ax = fig.add_subplot(349) ax.plot(x,y) plt.show() 參數349的意思是:將畫布分割成3行4列,圖像畫在從左到右從上到下的第9塊,如下圖: 那第
相關文章
相關標籤/搜索