Matplotlib - Figure Layout
作者:互联网
The default is tight_layout.
plt.subplots()
plt.subplots(constrained_layout=True)
constrained_layout can autoextend.
标签:plt,layout,Figure,Matplotlib,subplots,Layout,constrained 来源: https://www.cnblogs.com/zhangzhihui/p/15780539.html