Skip to content

Commit

Permalink
Merge pull request #7 from cracraft/diaz-miri-imager
Browse files Browse the repository at this point in the history
Fixed PEP8 issues
  • Loading branch information
rizeladiaz authored Nov 13, 2024
2 parents 72fb15f + 544b265 commit 1acbe90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/MIRI/JWpipeNB-MIRI-imaging.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1291,7 +1291,7 @@
"cax = ax.imshow(miri_mosaic.data, cmap='Greys', origin='lower', vmin=display_vals[0], vmax=display_vals[1])\n",
"\n",
"# Set up colorbar\n",
"cb = fig.colorbar(cax,fraction=0.046)\n",
"cb = fig.colorbar(cax, fraction=0.046)\n",
"cb.ax.set_ylabel('MJy/str', fontsize=14)\n",
"\n",
"# Set labels \n",
Expand Down Expand Up @@ -1372,7 +1372,7 @@
"ax.scatter(ext_x, ext_y, lw=1, s=20, color='blue', marker='v') # overplot extended source positions\n",
"\n",
"# Set up colorbar\n",
"cb = fig.colorbar(cax,fraction=0.046)\n",
"cb = fig.colorbar(cax, fraction=0.046)\n",
"cb.ax.set_ylabel('MJy/str', fontsize=14)\n",
"\n",
"# Set labels\n",
Expand Down

0 comments on commit 1acbe90

Please sign in to comment.