You can use the spines attribute of your axis: f, ax = plt.subplots(1) for side in ax.spines.keys(): # 'top', 'bottom', 'left', ...
確定! 回上一頁