matplotlib畫圖小技巧

1. import畫圖python import h5py import numpy as np import matplotlib.pyplot as plt %pylab inline   2. 循環畫多張圖dom fig,ax = plt.subplots(4,4,figsize = (20,20)) for i in range(4): for j in range(4):
相關文章
相關標籤/搜索