diff options
| author | shivesh <s.p.mandalia@qmul.ac.uk> | 2018-11-06 15:46:22 -0600 |
|---|---|---|
| committer | shivesh <s.p.mandalia@qmul.ac.uk> | 2018-11-06 15:46:22 -0600 |
| commit | c56c15762ae69e92b805367d0a84091cecaad059 (patch) | |
| tree | f103d6dad6cbb268e3904d7b96b21b9a730e1901 /utils/plot.py | |
| parent | 441e5e8101b03d6c15bc2370700ee14d07375e92 (diff) | |
| download | GolemFlavor-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.py | 2 |
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 ) |
