我正试图在试爆器中添加一个共同的标签,但我有一些麻烦。
我正在使用第3.10和3.5.1页。
仅举几个例子说明问题:
import matplotlib.pyplot as plt
fig, axs = plt.subplots(3, 2, figsize=(8, 12), sharex=True, sharey=True)
fig.supxlabel( Example of supxlabel )
fig.supylabel( Example of supylabel )
fig.subplots_adjust(wspace=0, hspace=0)
plt.savefig( test.pdf , bbox_inches= tight , pad_inches=0)
该法典得出以下数字:
注:<代码>上宽度幅度很大 up/密码和<代码>的权利 顶皮拉贝()。
我尝试使用以下选择:constraining_layout=True
,以及fig.set_consrain_layout_pads
,但并没有解决我的问题。
我知道,这个问题可以通过以下选择加以解决:x
,y
,va
和<>>>>supxlabel
和>>>supylabel
,但我有许多数据可以生成,而且无法现实地找到这些备选办法的价值观,并人工确定这些办法。