diff options
| author | Shivesh Mandalia <shivesh.mandalia@outlook.com> | 2020-02-19 09:40:51 -0600 |
|---|---|---|
| committer | Shivesh Mandalia <shivesh.mandalia@outlook.com> | 2020-02-19 09:40:51 -0600 |
| commit | 3a5a6c658e45402d413970e8d273a656ed74dcf5 (patch) | |
| tree | f0ee269d23fa303f0aaf37efe80aad94fe551245 /plot_sens.py | |
| parent | c6f1b522c2bae3ed8415957333189659ddf4d761 (diff) | |
| download | GolemFlavor-3a5a6c658e45402d413970e8d273a656ed74dcf5.tar.gz GolemFlavor-3a5a6c658e45402d413970e8d273a656ed74dcf5.zip | |
add option to not show lvatmo limits in table plot
Diffstat (limited to 'plot_sens.py')
| -rwxr-xr-x | plot_sens.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plot_sens.py b/plot_sens.py index 35fed5c..bd8c72b 100755 --- a/plot_sens.py +++ b/plot_sens.py @@ -284,6 +284,7 @@ def main(): outfile = baseoutfile + '/hese_table', outformat = ['png', 'pdf'], args = args, + show_lvatmo = True ) |
