質問編集履歴
2
情報追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -31,7 +31,7 @@
|
|
31
31
|
df.set_index(df.columns[1])#indexを列指定
|
32
32
|
|
33
33
|
time=df.index
|
34
|
-
A=df["A"]
|
34
|
+
A=df["A"]#←CH01とCH02の2列を参照してしまう!CH01のみのグラフ線図が描きたい
|
35
35
|
plt.figure(figsize=(30,10))
|
36
36
|
plt.plot(time,A,label="A",color="red")
|
37
37
|
|
1
図の変更
title
CHANGED
File without changes
|
body
CHANGED
@@ -11,7 +11,7 @@
|
|
11
11
|
ご教授の程、よろしくお願い致します。
|
12
12
|

|
13
13
|

|
14
|
-

|
15
15
|
### 発生している問題・エラーメッセージ
|
16
16
|
|
17
17
|
```
|