質問編集履歴

1

補足情報

2021/05/13 14:03

投稿

blkpnk1015
blkpnk1015

スコア2

test CHANGED
File without changes
test CHANGED
@@ -92,4 +92,20 @@
92
92
 
93
93
 
94
94
 
95
+ ・matplotlibはpipでpip install matplotlibでインストールしました。
96
+
97
+ pip listではmatplotlibのバージョンは3.4.1と表示されています。
98
+
99
+
100
+
101
+ ・/home/pi以外のディレクトリで実行すると、importにエラーは出ませんが、plt.show()を実行すると
102
+
103
+ UserWarning: Matplotlib is currently using agg, which is a non-GUI backend, so cannot show the figureというエラーが表示されてしまいます。
104
+
105
+
106
+
95
- ここにより詳細な情報を記載してください
107
+ ファイル保存する方法で表示させうとましたがエラーが出保存できませんでした
108
+
109
+
110
+
111
+ pyenvとberrycondaも入っています。pythonは3.7.2です。