mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-25 13:30:51 +08:00
DOCS: Tighten borders around image in GLCM example.
This commit is contained in:
@@ -78,6 +78,7 @@ for (y, x) in sky_locations:
|
||||
plt.xlabel('Original Image')
|
||||
plt.xticks([])
|
||||
plt.yticks([])
|
||||
plt.axis('image')
|
||||
|
||||
# for each patch, plot (dissimilarity, correlation)
|
||||
plt.subplot(3, 2, 2)
|
||||
|
||||
Reference in New Issue
Block a user