Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 21, 2024
1 parent 3dc24fc commit 5ee9539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion figanos/matplotlib/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ def gridmap(
frame,
)
if extent:
fax.set_extent(extent )
fax.set_extent(extent)

# when im is an ax, it has a colorbar attribute. If it is a facetgrid, it has a cbar attribute.
if (frame is False) and (
Expand Down

0 comments on commit 5ee9539

Please sign in to comment.