aboutsummaryrefslogtreecommitdiffstats
path: root/plot_sens.py
diff options
context:
space:
mode:
authorshivesh <s.p.mandalia@qmul.ac.uk>2019-09-26 12:06:19 -0500
committershivesh <s.p.mandalia@qmul.ac.uk>2019-09-26 12:06:19 -0500
commit0a9dd1a00e0ed2801b2c1a3549ed64e1444a6832 (patch)
tree8f1ecd8e4cf903d0b2c4697e4ca5c5994cb23a5c /plot_sens.py
parent7f20ccfb7dddc0d7d498a9bcd56e1285f999afb6 (diff)
downloadGolemFlavor-0a9dd1a00e0ed2801b2c1a3549ed64e1444a6832.tar.gz
GolemFlavor-0a9dd1a00e0ed2801b2c1a3549ed64e1444a6832.zip
update plotting, add overwrite option to sens.py
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,