Skip to content

Commit

Permalink
Merge pull request #1 from kglidic/kglidic-patch-1
Browse files Browse the repository at this point in the history
Update spec_pipeline.py
  • Loading branch information
kglidic authored Jul 10, 2020
2 parents e6329fa + d5b828e commit 44012d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tshirt/pipeline/spec_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -1345,7 +1345,7 @@ def plot_wavebin_series(self,nbins=10,offset=0.005,savePlot=True,yLim=None,xLim=
p = bokeh.plotting.figure()
p.background_fill_color="#f5f5f5"
p.grid.grid_line_color="white"
p.xaxis.axis_label = 'Time (JD - {})'.format(offset_time)'
p.xaxis.axis_label = 'Time (JD - {})'.format(offset_time)
p.yaxis.axis_label = 'Normalized Flux'

colors = itertools.cycle(palette)
Expand Down

0 comments on commit 44012d1

Please sign in to comment.