diff --git a/geoutils/raster/raster.py b/geoutils/raster/raster.py index aaedfbf0..f5646665 100644 --- a/geoutils/raster/raster.py +++ b/geoutils/raster/raster.py @@ -2795,7 +2795,7 @@ def plot( # Set matplotlib interpolation to None by default, to avoid spreading gaps in plots if "interpolation" not in kwargs.keys(): - kwargs.update({"interpolation": "None"}) + kwargs.update({"interpolation": None}) # Check if specific band selected, or take all # rshow takes care of image dimensions