質問編集履歴

1

OSを表記した

2021/01/11 12:42

投稿

xeno
xeno

スコア16

test CHANGED
File without changes
test CHANGED
@@ -5,6 +5,8 @@
5
5
  1つ目は、任意でトリミング後の画像は生成できたのですが表示できません。
6
6
 
7
7
  2つ目は、中心部からのトリミング画像が生成できません。
8
+
9
+ OSはWindowsです。
8
10
 
9
11
  以下、コードです。
10
12
 
@@ -108,19 +110,19 @@
108
110
 
109
111
  plt.imshow(im_list1) #貼り付け
110
112
 
111
- File "C:\Users\takasesyunki\AppData\Local\Programs\Python\Python39\lib\site-packages\matplotlib\pyplot.py", line 2724, in imshow
113
+ File "C:\Users????\AppData\Local\Programs\Python\Python39\lib\site-packages\matplotlib\pyplot.py", line 2724, in imshow
112
114
 
113
115
  __ret = gca().imshow(
114
116
 
115
- File "C:\Users\takasesyunki\AppData\Local\Programs\Python\Python39\lib\site-packages\matplotlib\__init__.py", line 1447, in inner
117
+ File "C:\Users????\AppData\Local\Programs\Python\Python39\lib\site-packages\matplotlib\__init__.py", line 1447, in inner
116
118
 
117
119
  return func(ax, *map(sanitize_sequence, args), **kwargs)
118
120
 
119
- File "C:\Users\takasesyunki\AppData\Local\Programs\Python\Python39\lib\site-packages\matplotlib\axes\_axes.py", line 5523, in imshow
121
+ File "C:\Users????\AppData\Local\Programs\Python\Python39\lib\site-packages\matplotlib\axes\_axes.py", line 5523, in imshow
120
122
 
121
123
  im.set_data(X)
122
124
 
123
- File "C:\Users\takasesyunki\AppData\Local\Programs\Python\Python39\lib\site-packages\matplotlib\image.py", line 702, in set_data
125
+ File "C:\Users????\AppData\Local\Programs\Python\Python39\lib\site-packages\matplotlib\image.py", line 702, in set_data
124
126
 
125
127
  raise TypeError("Image data of dtype {} cannot be converted to "
126
128