对matplotlib中的大型子图进行重叠处理的标题

时间:2018-07-01 02:56:45

标签: python matplotlib subplot

子图重叠图

enter image description here

相关代码

plt2287 = fig.add_subplot(661)
plt2287.plot(X_wavelength, y_2287)
plt2287.title.set_text(' 2287 ')

plt2092 = fig.add_subplot(662)
plt2092.plot(X_wavelength, y_2092)
plt2092.title.set_text(' 2092 ')

plt2287 = fig.add_subplot(661)
plt2287.plot(X_wavelength, y_2287)
plt2287.title.set_text(' 2287 ')

plt2092 = fig.add_subplot(662)
plt2092.plot(X_wavelength, y_2092)
plt2092.title.set_text(' 2092 ')

plt2146 = fig.add_subplot(667)
plt2146.plot(X_wavelength, y_2146)
plt2146.title.set_text(' 2146 ')

plt2424 = fig.add_subplot(668)
plt2424.plot(X_wavelength, y_2424)
plt2424.set_title(' 2424 ')

plt.show()

我缺少某些特定的东西吗?为什么会这样?

adjusting subplots不同,因为我无法不断不断地调整值。超过32个子图变得非常困难。另外,为什么会这样呢?我尝试使用.set_title'title.set_text

1 个答案:

答案 0 :(得分:1)

将Xming用作Windows Linux子系统的后端BC。

点击顶部的调整按钮

enter image description here

然后单击“紧密布局”,它将自动格式化所有内容!

@ I'L'的S / O我提供了一些很棒的新工具供我使用!