We can fix it changing the width of the same spine: fig, ax = plt.subplots() ax.plot(x, y) ax.spines['bottom'].set_linewidth(4)
確定! 回上一頁