我使用matplotlib子块(其中一个子块是表),
之后 plt.show() 我收到这个警告:
plt.show()
UserWarning: This figure includes Axes that are not compatible with tight_layout, so results might be incorrect.
我试着用几种方法解决它,但没有成功。
fig.set_tight_layout(False) fig.show()