aboutsummaryrefslogtreecommitdiffstats
path: root/plot_sens.py
diff options
context:
space:
mode:
authorshivesh <s.p.mandalia@qmul.ac.uk>2018-05-23 16:23:12 -0500
committershivesh <s.p.mandalia@qmul.ac.uk>2018-05-23 16:23:12 -0500
commitcc4e70ccd0d249fb5585c16d932b52467aaff969 (patch)
tree8b4078bb6772d58a378ebc74b4b07182dfcf6054 /plot_sens.py
parentca0ec62f2af59784b0ff2782037807b715b1a77b (diff)
downloadGolemFlavor-cc4e70ccd0d249fb5585c16d932b52467aaff969.tar.gz
GolemFlavor-cc4e70ccd0d249fb5585c16d932b52467aaff969.zip
Wed May 23 16:23:12 CDT 2018
Diffstat (limited to 'plot_sens.py')
-rwxr-xr-xplot_sens.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/plot_sens.py b/plot_sens.py
index 6b82ebc..a9704fe 100755
--- a/plot_sens.py
+++ b/plot_sens.py
@@ -349,6 +349,12 @@ def main():
args = args,
)
elif args.run_method in fixed_angle_categ:
+ plot_utils.plot_sens_fixed_angle_pretty(
+ data = data,
+ outfile = baseoutfile + '/fixed_angle_pretty',
+ outformat = ['png'],
+ args = args,
+ )
plot_utils.plot_sens_fixed_angle(
data = data,
outfile = baseoutfile + '/FIXED_ANGLE',