diff options
| author | shivesh <s.p.mandalia@qmul.ac.uk> | 2019-04-15 18:48:50 +0100 |
|---|---|---|
| committer | shivesh <s.p.mandalia@qmul.ac.uk> | 2019-04-15 18:48:50 +0100 |
| commit | ef0a58eceb3d794931b0df57f53ecd97dbd57e52 (patch) | |
| tree | 2b61d162879e8eb6e929e031c361683daa7aeae5 /plot_sens.py | |
| parent | 9b7c780ab6bdae7ee1963460c83cff116c18e177 (diff) | |
| download | GolemFlavor-ef0a58eceb3d794931b0df57f53ecd97dbd57e52.tar.gz GolemFlavor-ef0a58eceb3d794931b0df57f53ecd97dbd57e52.zip | |
improve plotx
Diffstat (limited to 'plot_sens.py')
| -rwxr-xr-x | plot_sens.py | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/plot_sens.py b/plot_sens.py index f190905..6fad8bb 100755 --- a/plot_sens.py +++ b/plot_sens.py @@ -227,16 +227,13 @@ def main(): *map(parse_enum, [args.stat_method, args.data]) ) + r'{0}/'.format(prefix) - argsc = deepcopy(args) if args.plot_x: - for idim, dim in enumerate(args.dimensions): - argsc.dimension = dim - plot_utils.plot_x( - data = data, - outfile = baseoutfile + '/hese_x', - outformat = ['png', 'pdf'], - args = argsc, - ) + plot_utils.plot_x( + data = data, + outfile = baseoutfile + '/hese_x', + outformat = ['png', 'pdf'], + args = args, + ) if args.plot_table: plot_utils.plot_table_sens( |
