Skip to content

Commit

Permalink
Update plot_sed.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mtakahiro committed May 7, 2022
1 parent 604c838 commit cdf1783
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gsf/plot_sed.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ def plot_sed(MB, flim=0.01, fil_path='./', scale=1e-19, f_chind=True, figpdf=Fal
from astropy.io import ascii
import time

if False:#f_silence:
import matplotlib
matplotlib.use("Agg")
else:
matplotlib.use("MacOSX")
#if False:#f_silence:
# import matplotlib
# matplotlib.use("Agg")
#else:
# matplotlib.use("MacOSX")

def gaus(x,a,x0,sigma):
return a*exp(-(x-x0)**2/(2*sigma**2))
Expand Down

0 comments on commit cdf1783

Please sign in to comment.