質問編集履歴

1

誤字

2019/01/11 10:36

投稿

enoki
enoki

スコア7

test CHANGED
File without changes
test CHANGED
@@ -168,7 +168,7 @@
168
168
 
169
169
  for channel in enable_channel:
170
170
 
171
- df.plot(x='time', y=df.columns.values[channel], label='Drain - Source')
171
+ df.plot(x='time', y=df.columns.values[channel])
172
172
 
173
173
  plt.xlabel('time[ms]')
174
174