Skip to content

Commit

Permalink
Plots: fix legend in hist_size for PAX
Browse files Browse the repository at this point in the history
  • Loading branch information
tritemio committed May 3, 2017
1 parent 0960a70 commit 72510c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fretbursts/burst_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -899,7 +899,7 @@ def hist_size(d, i=0, which='all', bins=(0, 600, 4), pdf=False, weights=None,
label = label.format(FD='nd', FA='na')
else:
label.format(FD='(nd + nda)', FA='2 * na')
aex = 'Aex_weight * (naa - nar)/{coor}'
aex = 'Aex_weight * (naa - nar)/{corr}'
corr = '(g * beta)' if donor_ref else 'beta'
label += aex.format(corr=corr)
else:
Expand Down

0 comments on commit 72510c1

Please sign in to comment.