Skip to content

Commit a548d06

Browse files
authored
Add tight layout by default in Raster.plot() (#617)
1 parent c2b0a60 commit a548d06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

geoutils/raster/raster.py

+1
Original file line numberDiff line numberDiff line change
@@ -3304,6 +3304,7 @@ def plot(
33043304
cbar = None
33053305

33063306
plt.sca(ax0)
3307+
plt.tight_layout()
33073308

33083309
# If returning axes
33093310
if return_axes:

0 commit comments

Comments
 (0)