rasterio.plot: fix parameters section title (#3346)

This commit is contained in:
Adam J. Stewart 2025-05-20 14:13:05 +02:00 committed by GitHub
parent 7764245339
commit 7f0036dfeb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -339,6 +339,7 @@ def show_hist(
def contrast_strech(arr, percent_range=(2.0, 98.0)):
"""
Histogram streching for better image visualization.
Parameters
----------
arr : array-like in the image form of (rows, columns, bands)