figure.suptitlereturns a
matplotlib.text.Textinstance. You can save it
and set the new title:
txt = fig.suptitle('A test title')txt.set_text('A better title')plt.draw()
欢迎分享,转载请注明来源:内存溢出
figure.suptitlereturns a
matplotlib.text.Textinstance. You can save it
txt = fig.suptitle('A test title')txt.set_text('A better title')plt.draw()
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)