Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
jurjen93 committed Jan 20, 2024
1 parent a50cfa5 commit fb3d1e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source_detection/find_sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,9 @@ def fixed_color(shape, saved_attrs):
while imdat.ndim > 2:
imdat = imdat[0]


if m==0 and n==0:
ax=plt.subplot(221, projection=w)
if m==0 and n==1:
ax=plt.subplot(222, projection=w)
if m==1 and n==0:
Expand Down

0 comments on commit fb3d1e9

Please sign in to comment.