質問編集履歴
1
書式の改善
title
CHANGED
File without changes
|
body
CHANGED
@@ -19,8 +19,8 @@
|
|
19
19
|
import matplotlib as mpl
|
20
20
|
import matpltlib.pyplot as plt
|
21
21
|
|
22
|
-
|
22
|
+
Read the data (txt format)
|
23
|
-
tr = np.loadtxt("./
|
23
|
+
tr = np.loadtxt("./hoge1.txt", skiprows=1)
|
24
24
|
t = tr[:,0]
|
25
25
|
tr_value = tr[:,1]
|
26
26
|
|