mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-06 13:30:21 +08:00
typos
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
"""
|
||||
======================================
|
||||
=================================
|
||||
Gamma and log contrast adjustment
|
||||
======================================
|
||||
=================================
|
||||
|
||||
This example adjusts image contrast by performing a Gamma and a Logarithmic
|
||||
corrections on the input image.
|
||||
@@ -74,4 +74,4 @@ ax_cdf.set_yticks(np.linspace(0, 1, 5))
|
||||
|
||||
# prevent overlap of y-axis labels
|
||||
fig.subplots_adjust(wspace=0.4)
|
||||
plt.show()
|
||||
plt.show()
|
||||
|
||||
Reference in New Issue
Block a user