diff options
| author | shivesh <s.p.mandalia@qmul.ac.uk> | 2018-05-18 16:10:30 -0500 |
|---|---|---|
| committer | shivesh <s.p.mandalia@qmul.ac.uk> | 2018-05-18 16:10:30 -0500 |
| commit | 47f607d6f9fba07f74fd635eabc4856cf0e2d351 (patch) | |
| tree | 093333c8f168004185c9d1b7bf5d3e1b6f0c39d0 /utils/plot.py | |
| parent | 8121c510c2115735def2e178ba0c11efe719964c (diff) | |
| download | GolemFlavor-47f607d6f9fba07f74fd635eabc4856cf0e2d351.tar.gz GolemFlavor-47f607d6f9fba07f74fd635eabc4856cf0e2d351.zip | |
arbitrary precision calculations
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 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( |
