matplotlib命令與格式:刪除,移動,修改axes脊柱(邊框)

1.關閉座標軸 plt.axis('off') #關閉xy座標軸 frame = plt.gca()frame.axes.get_yaxis().set_visible(False)  #不顯示y軸frame.axes.get_xaxis().set_visible(False) #不顯示x軸 例子: import numpy as np import matplotlib.pyplot as p
相關文章
相關標籤/搜索