Python:(使用matplotlib畫圖)圖中嵌套子圖

畫一個如上圖同樣的嵌套圖 代碼以下:python import matplotlib.pyplot as plt fig = plt.figure() x = [1,2,3,4,5,6,7] y = [1,3,4,2,5,8,6] left, bottom, width, height = 0.1,0.1,0.8,0.8 ax1 = fig.add_axes([left,bottom,wi
相關文章
相關標籤/搜索