Skip to content

Commit

Permalink
Fixed typos I hadn't caught in stellarphot/notebooks/photometry/calcu…
Browse files Browse the repository at this point in the history
…late_aavso_mags_draft.ipynb
  • Loading branch information
Juan Cabanela committed Jun 5, 2024
1 parent 0ddf70e commit 290e646
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
" )\n",
"plt.grid()\n",
"plt.ylabel(\"Magnitude\")\n",
"plt.xlabel(\"Time since begining of observation (Days)\")\n",
"plt.xlabel(\"Time since beginning of observation (Days)\")\n",
"plt.legend()\n",
"plt.ylim(*plt.ylim()[::-1])"
]
Expand Down Expand Up @@ -298,7 +298,7 @@
" )\n",
"plt.grid()\n",
"plt.ylabel(\"Magnitude\")\n",
"plt.xlabel(\"Time since begining of observation (Days)\")\n",
"plt.xlabel(\"Time since beginning of observation (Days)\")\n",
"plt.title(\"Check star\")\n",
"plt.legend()\n",
"plt.ylim(15.2, 14.7)"
Expand Down

0 comments on commit 290e646

Please sign in to comment.