Skip to content

Commit 4b61442

Browse files
committed
slight change
1 parent 675a659 commit 4b61442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

K-means_on_Image.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
"ax[0].imshow(sample)\n",
152152
"ax[0].set_title('Original Image', size=16)\n",
153153
"ax[1].imshow(sample_recolored)\n",
154-
"ax[1].set_title('16-color Image', size=16);"
154+
"ax[1].set_title(str(K_num)+'-color Image', size=16);"
155155
]
156156
},
157157
{

0 commit comments

Comments
 (0)