From c56c15762ae69e92b805367d0a84091cecaad059 Mon Sep 17 00:00:00 2001 From: shivesh Date: Tue, 6 Nov 2018 15:46:22 -0600 Subject: Tue 6 Nov 15:46:22 CST 2018 --- 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 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 ) -- cgit v1.2.3