matplotlib调整子图间距,调整整体空白

  fig.tight_layout()#调整整体空白
  plt.subplots_adjust(wspace =0, hspace =0)#调整子图间距

你可能感兴趣的:(我的Python学习)