mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-06 13:30:21 +08:00
DOC: Limit figures to 8 inch widths.
This commit is contained in:
@@ -28,7 +28,7 @@ from scipy.ndimage import zoom
|
||||
image = imread(data_dir + "/phantom.png", as_grey=True)
|
||||
image = zoom(image, 0.4)
|
||||
|
||||
plt.figure(figsize=(9, 8.5), dpi=75)
|
||||
plt.figure(figsize=(8, 8.5))
|
||||
|
||||
plt.subplot(221)
|
||||
plt.title("Original");
|
||||
|
||||
Reference in New Issue
Block a user