From 47f607d6f9fba07f74fd635eabc4856cf0e2d351 Mon Sep 17 00:00:00 2001 From: shivesh Date: Fri, 18 May 2018 16:10:30 -0500 Subject: arbitrary precision calculations --- utils/plot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/plot.py') diff --git a/utils/plot.py b/utils/plot.py index 65635bc..b63126b 100644 --- a/utils/plot.py +++ b/utils/plot.py @@ -405,7 +405,7 @@ def plot_sens_fixed_angle(data, outfile, outformat, args): print 'limit = {0}'.format(lim) label = '{0} : {1} : {2}'.format(*misc_utils.solve_ratio(src)) if lim < yranges[0]: yranges[0] = lim - if lim > yranges[1]: yranges[1] = lim+arr_len+1 + if lim > yranges[1]: yranges[1] = lim+arr_len+2 # if lim > yranges[1]: yranges[1] = lim xoff = 0.15 line = plt.Line2D( -- cgit v1.2.3