Skip to content

Commit 12f0a97

Browse files
Merge branch 'coverage' of github.com:martinkilbinger/cs_util into coverage
2 parents 0776591 + e30f87c commit 12f0a97

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

cs_util/plots.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,10 @@ def plot_area(
563563

564564
# Create new projection
565565
projection = skyproj.McBrydeSkyproj(
566-
ax=ax, lon_0=ra_0, extent=extend, autorescale=False
566+
ax=ax,
567+
lon_0=ra_0,
568+
extent=extend,
569+
autorescale=False,
567570
)
568571
else:
569572
ax = None

0 commit comments

Comments
 (0)