teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

2021/07/02 01:45

投稿

hirashi
hirashi

スコア2

title CHANGED
@@ -1,1 +1,1 @@
1
- matplotlib plt.show()でエラーが出る
1
+ matplotlib plt.show()でworningが出る
body CHANGED
@@ -32,7 +32,7 @@
32
32
 
33
33
 
34
34
 
35
- 以下のエラーが出ます:
35
+ 以下が出ます:
36
36
  UserWarning: Matplotlib is currently using agg, which is a non-GUI backend, so cannot show the figure.
37
37
  plt.show()
38
38