mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-01 12:50:48 +08:00
DOC: Limit figures to 8 inch widths.
This commit is contained in:
@@ -90,7 +90,7 @@ image = color.rgb2gray(data.lena())
|
||||
fd, hog_image = hog(image, orientations=8, pixels_per_cell=(16, 16),
|
||||
cells_per_block=(1, 1), visualise=True)
|
||||
|
||||
plt.figure(figsize=(10, 5))
|
||||
plt.figure(figsize=(8, 4))
|
||||
|
||||
plt.subplot(121).set_axis_off()
|
||||
plt.imshow(image, cmap=plt.cm.gray)
|
||||
|
||||
Reference in New Issue
Block a user