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

質問編集履歴

1

他に試行したことを消去しました。

2018/10/18 10:55

投稿

hidemomo
hidemomo

スコア31

title CHANGED
File without changes
body CHANGED
@@ -37,6 +37,4 @@
37
37
  plt.show()
38
38
  ```
39
39
 
40
- ### 他に試行したこと
41
- plotしたい変数(val_1)のコード中に「label='val_1'」を加え ```s1 =plt.plot(x, df['val_1'],label='val_1', color='r', label='val_1')```としましたが、```keyword argument repeated```エラーが出ます。
42
40
  ご教示頂けると助かります。よろしくお願いします。