質問編集履歴
1
コード
title
CHANGED
File without changes
|
body
CHANGED
@@ -23,7 +23,7 @@
|
|
23
23
|
import matplotlib.pyplot as plt
|
24
24
|
plt.figure(figsize=(8,5))
|
25
25
|
x=npivot.index
|
26
|
-
y=npivot.
|
26
|
+
y=npivot.AAA
|
27
27
|
plt.plot(x,y)
|
28
28
|
plt.show()
|
29
29
|
```
|