Matplotlib:获得数字标题?

时间:2018-04-10 13:35:36

标签: python matplotlib figure

假设我已经绘制了一个数字,并且我添加了一个带有f.suptitle('My favorite title')的标题。有没有什么能告诉我这个标题是什么?像title = f.get_title()之类的东西,title现在已经存储了字符串“我最喜欢的标题”?

1 个答案:

答案 0 :(得分:-1)

试试这个:

f._suptitle

或通过

f.texts