python繪製多個子圖

繪製八個子圖blog import matplotlib.pyplot as pltit fig = plt.figure()class shape=['.','o','v','>','<','8','s','*'] for j in range(8):     x=[i for i in range(6)]     y=[i**2 for i in range(6)]     ax = fig.
相關文章
相關標籤/搜索