diff options
Diffstat (limited to 'utils/plot.py')
| -rw-r--r-- | utils/plot.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/plot.py b/utils/plot.py index 89cd1c3..284ba63 100644 --- a/utils/plot.py +++ b/utils/plot.py @@ -505,7 +505,7 @@ def plot_statistic(data, outfile, outformat, args, scale_param, label=None): min_idx = np.argmin(scales) null = statistic[min_idx] - fig_text += '\nnull lnZ = {0:.2f}'.format(null) + # fig_text += '\nnull lnZ = {0:.2f}'.format(null) if args.stat_method is StatCateg.BAYESIAN: reduced_ev = -(statistic_rm - null) |
