mirror of
https://github.com/wassname/scikit-image.git
synced 2026-09-09 11:33:41 +08:00
Fix naming bug
This commit is contained in:
@@ -207,7 +207,7 @@ plt.gray()
|
|||||||
|
|
||||||
ax1.imshow(brick)
|
ax1.imshow(brick)
|
||||||
ax1.axis('off')
|
ax1.axis('off')
|
||||||
hist(ax, refs['brick'])
|
hist(ax4, refs['brick'])
|
||||||
ax4.set_ylabel('Percentage')
|
ax4.set_ylabel('Percentage')
|
||||||
|
|
||||||
ax2.imshow(grass)
|
ax2.imshow(grass)
|
||||||
|
|||||||
Reference in New Issue
Block a user