From 0a9dd1a00e0ed2801b2c1a3549ed64e1444a6832 Mon Sep 17 00:00:00 2001 From: shivesh Date: Thu, 26 Sep 2019 12:06:19 -0500 Subject: update plotting, add overwrite option to sens.py --- plot_sens.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plot_sens.py') 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, -- cgit v1.2.3