質問編集履歴
1
コードの一部削除
test
CHANGED
File without changes
|
test
CHANGED
@@ -62,11 +62,7 @@
|
|
62
62
|
|
63
63
|
df = pd.read_csv('fasta_len.csv', index_col=0)
|
64
64
|
|
65
|
-
|
65
|
+
df.hist(df)
|
66
|
-
|
67
|
-
plt.tight_layout()
|
68
|
-
|
69
|
-
plt.show()
|
70
66
|
|
71
67
|
```
|
72
68
|
|