aboutsummaryrefslogtreecommitdiffstats
path: root/utils/plot.py
diff options
context:
space:
mode:
authorshivesh <s.p.mandalia@qmul.ac.uk>2018-11-06 15:46:22 -0600
committershivesh <s.p.mandalia@qmul.ac.uk>2018-11-06 15:46:22 -0600
commitc56c15762ae69e92b805367d0a84091cecaad059 (patch)
treef103d6dad6cbb268e3904d7b96b21b9a730e1901 /utils/plot.py
parent441e5e8101b03d6c15bc2370700ee14d07375e92 (diff)
downloadGolemFlavor-c56c15762ae69e92b805367d0a84091cecaad059.tar.gz
GolemFlavor-c56c15762ae69e92b805367d0a84091cecaad059.zip
Tue 6 Nov 15:46:22 CST 2018
Diffstat (limited to 'utils/plot.py')
-rw-r--r--utils/plot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/plot.py b/utils/plot.py
index 610b179..1641861 100644
--- a/utils/plot.py
+++ b/utils/plot.py
@@ -502,7 +502,7 @@ def plot_sens_fixed_angle_pretty(data, outfile, outformat, args):
ax.spines['bottom'].set_alpha(0.6)
elif ian == 1:
ax.text(
- -0.04, ylim[0], '$d = {0}$'.format(dim), fontsize=16,
+ -0.04, ylim[0]+0.3, r'$d = {0}$'.format(dim), fontsize=16,
rotation='90', verticalalignment='top',
transform=ax.transAxes
)