Skip to content

Commit

Permalink
Fix typo in label
Browse files Browse the repository at this point in the history
  • Loading branch information
mwcraig committed Nov 25, 2024
1 parent ee2bef1 commit 0d18fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stellarphot/plotting/transit_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ def plot_transit_lightcurve(
c="r",
ms=4,
label=f"rel_flux_T1 ({detrended_by})(RMS={rel_detrended_flux_rms:.5f}), "
f"(bin size={bin_size} min)",
f"(bin size={bin_size})",
)

plt.plot(
Expand Down

0 comments on commit 0d18fda

Please sign in to comment.