aboutsummaryrefslogtreecommitdiffstats
path: root/plot_sens.py
diff options
context:
space:
mode:
Diffstat (limited to 'plot_sens.py')
-rwxr-xr-xplot_sens.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/plot_sens.py b/plot_sens.py
index 42b711f..79aa6a9 100755
--- a/plot_sens.py
+++ b/plot_sens.py
@@ -27,7 +27,7 @@ from utils.misc import gen_identifier, SortingHelpFormatter
from utils.param import Param, ParamSet
-MASK_X = (0.3, 0.89)
+MASK_X = (0.3, 0.7)
def process_args(args):
@@ -212,7 +212,7 @@ def main():
outfile = basename[:5]+basename[5:].replace('data', 'plots')
outfile += '/' + os.path.basename(base_infile)
- label = plot_utils.texture_label(texture)[:-1]+r'=\pi/4$'
+ label = r'$\text{Texture}=' + plot_utils.texture_label(texture)[1:]
plot_utils.plot_statistic(
data = data[idim][isrc][itex],
outfile = outfile,