Skip to content

Commit

Permalink
label plot
Browse files Browse the repository at this point in the history
  • Loading branch information
darthoctopus committed Jul 17, 2023
1 parent e685cda commit 9d407ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyasassn/lightcurve.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ def wavelet_power(
phot_filter="all",
tradeoff=2,
plot=True,
font_size=10,
**kwargs
):
"""
Expand Down Expand Up @@ -324,6 +325,7 @@ def wavelet_power(
plt.imshow(wavelet, origin='lower', extent=(np.min(tt), np.max(tt), np.min(ff), np.max(ff)), **kwargs)
plt.xlabel(r"Time/d")
plt.ylabel(r"Frequency/d$^{-1}$")
self._label_plots(font_size)
return wavelet

def find_period(
Expand Down

0 comments on commit 9d407ab

Please sign in to comment.