私はstem_graphic
を使って茎と葉のプロットをプロットし、pdfに保存しましたが、タイトルを入力しようとするとエラー:Figure object have no attribute set_title
になりました。図オブジェクトには属性がありませんset_title
ax, b=stem_graphic(mileage['disp'])
ax.set_title("Vicky")
This is the error
Traceback (most recent call last):
File "<pyshell#214>", line 1, in <module>
ax.set_title("Vicky")
AttributeError: 'Figure' object has no attribute 'set_title'