質問編集履歴

1

コードの一部削除

2020/09/09 05:18

投稿

Male_soprano
Male_soprano

スコア10

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
- plt.hist(df)
65
+ df.hist(df)
66
-
67
- plt.tight_layout()
68
-
69
- plt.show()
70
66
 
71
67
  ```
72
68