使用matplotlib.pyplot繪製論文圖片

import numpy as np import matplotlib.pyplot as plt plt.figure(figsize=(60, 25)) plt.subplot(241) ax = plt.gca() #gca ‘get current axes’ 獲取圖像的邊框對象== == 設置有邊框和頭部邊框顏色爲空right、top、bottom、left ax.spines[‘ri
相關文章
相關標籤/搜索