jupyter lab にてグラフを学習しているところですが
グラフの保存をする際に
AttributeError Traceback (most recent call last)
<ipython-input-21-af4ad7d1c112> in <module>
19 plt.legend(fontsize = 15)
20 #plt.show()
---> 21 plt.saving('graph.png')
**AttributeError: module 'matplotlib.pyplot' has no attribute 'saving'
**
というエラーが出ます。
改善策がわかりませんでしたので、こちらに質問させていただきました。
よろしくお願い致します。
初めに
「
import matplotlib.pyplot as plt
%matplotlib inline
」
はしてあります。
使用状況は以下の通りです
PC
MacBook Pro (13-inch, 2017, Four Thunderbolt 3 Ports)
バージョン 11.2.3
% conda -V
conda 4.10.1
% node -v
v16.3.0
% pyyhon -v
Python 3.8.10
※他に必要な情報がありましたら、随時報告いたしますので教えてください。
回答2件
あなたの回答
tips
プレビュー