Skip to content

Commit

Permalink
Rename plot_large_lifetime to plot_fits_large_lifetime.
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed May 13, 2014
1 parent 6fa4c9a commit f119883
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ def main():
plots[-1].add_xlabel()
matplotlib.pyplot.setp(plots[0].plt.get_xticklabels(), visible=False)

figure.savefig(os.path.join('build', 'plot_large_lifetime.eps'), transparent=True)
plots[0].fit.save_info('build/plot_large_lifetime_info.tex', 'plotLargeLifetimeInfo')
figure.savefig(os.path.join('build', 'plot_fits_large_lifetime.eps'), transparent=True)
plots[0].fit.save_info('build/plot_fits_large_lifetime_info.tex', 'plotFitsLargeLifetimeInfo')
Plot.close_figure(figure)

if __name__ == '__main__':
Expand Down

0 comments on commit f119883

Please sign in to comment.