mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-12 03:01:03 +08:00
DOC: Limit figures to 8 inch widths.
This commit is contained in:
@@ -65,7 +65,7 @@ img_eq = exposure.equalize(img)
|
||||
|
||||
|
||||
# Display results
|
||||
f, axes = plt.subplots(2, 3, figsize=(11, 5))
|
||||
f, axes = plt.subplots(2, 3, figsize=(8, 4))
|
||||
|
||||
ax_img, ax_hist, ax_cdf = plot_img_and_hist(img, axes[:, 0])
|
||||
ax_img.set_title('Low contrast image')
|
||||
|
||||
Reference in New Issue
Block a user