Я подготовил для этого макет, но результат меня не удовлетворил. 3D-графики слишком малы. Можно ли увеличить эти два подсюжета?
Код: Выделить всё
fig = plt.figure(figsize=(40,10))
ax1 = fig.add_subplot(241, projection='3d')
ax2 = fig.add_subplot(242)
ax3 = fig.add_subplot(243)
ax4 = fig.add_subplot(244)
ax5 = fig.add_subplot(245, projection='3d')
ax6 = fig.add_subplot(246)
ax7 = fig.add_subplot(247)
ax8 = fig.add_subplot(248)
fig.tight_layout()

Подробнее здесь: https://stackoverflow.com/questions/793 ... d-3d-plots
Мобильная версия