Skip to content

Commit

Permalink
fix: use different colors for different nights
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-murray committed May 16, 2024
1 parent da5e7d5 commit 46a4642
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions hera_notebook_templates/notebooks/lststack.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2189,8 +2189,6 @@
" ax[2, 1].plot(freqs, imlstbin, **lststyle)\n",
" \n",
" for jdidx, jdint in enumerate(stack.nights):\n",
" jdint = int(jd)\n",
" \n",
" style = styles[jdint]\n",
"\n",
" if np.all(rawf[jdidx]):\n",
Expand Down

0 comments on commit 46a4642

Please sign in to comment.