Skip to content
Snippets Groups Projects
Commit a5d9ded9 authored by Sukanta Bose's avatar Sukanta Bose
Browse files

Merge branch 'master' of...

Merge branch 'master' of git+ssh://sukanta.bose@ligo-vcs.phys.uwm.edu/usr/local/git/lalsuite into chia_20111230
parents 7e057c25 dc20eb7d
No related branches found
No related tags found
No related merge requests found
......@@ -1102,7 +1102,7 @@ def plot_data_series(data, outfile, x_format='time', zero=None, \
plot.ax.set_ylim([ axis_lims[0], axis_lims[1] ])
# set x axis
plot.ax.set_xlim([ gps2datenum(float(xlim[0])), gps2datenum(xlim[1]) ])
plot.ax.set_xlim([ gps2datenum(float(xlim[0])), gps2datenum(float(xlim[1])) ])
else:
# set global axis limits
if xlim:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment