Skip to content

Commit

Permalink
Add tight layout by default
Browse files Browse the repository at this point in the history
  • Loading branch information
rhugonnet committed Oct 30, 2024
1 parent 5d4fab1 commit ca996c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions geoutils/raster/raster.py
Original file line number Diff line number Diff line change
Expand Up @@ -3304,6 +3304,7 @@ def plot(
cbar = None

plt.sca(ax0)
plt.tight_layout()

# If returning axes
if return_axes:
Expand Down

0 comments on commit ca996c8

Please sign in to comment.