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

回答編集履歴

1

コードの微修正

2019/11/19 15:10

投稿

Kapustin
Kapustin

スコア1188

answer CHANGED
@@ -18,7 +18,7 @@
18
18
  # 30が回転角度
19
19
  converted = rotate_center(image, 30)
20
20
  plt.imshow(converted)
21
- plt.title("Identity")
21
+ plt.title("Rotate Center")
22
22
  plt.show()
23
23
  ```
24
24