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

質問編集履歴

1

誤字

2019/08/24 15:32

投稿

tthk
tthk

スコア11

title CHANGED
File without changes
body CHANGED
@@ -25,7 +25,7 @@
25
25
 
26
26
  for i in range(height):
27
27
  for j in range(width):
28
- if gray[i][j] == 0:
28
+ if gray[i][j] <= 127:
29
29
  x.append(j)
30
30
  y.append(height-i)
31
31
  plt.plot(x, y, 'o')