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

質問編集履歴

1

書式の改善

2020/06/27 17:01

投稿

rikuj
rikuj

スコア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
- ## Read the data (txt format)
22
+ Read the data (txt format)
23
- tr = np.loadtxt("./hoge.txt", skiprows=1)
23
+ tr = np.loadtxt("./hoge1.txt", skiprows=1)
24
24
  t = tr[:,0]
25
25
  tr_value = tr[:,1]
26
26