通过Matplotlib axes 对象提供的grid() 方法可以开启或者关闭画布中的网格(即是否显示网格)以及 ... axes[0].plot(x, x**3, 'g',lw=2) #开启网格axes[0].grid(True) ...
確定! 回上一頁