Mercurial > hg > aimc
changeset 389:0137bfbe84df
- Make the plotting script actually do something
author | tomwalters |
---|---|
date | Tue, 14 Sep 2010 01:16:55 +0000 |
parents | d9be18850b55 |
children | 669f8b345aa8 |
files | trunk/experiments/scripts/cnbh-syllables/results_plotting/spider_plot.py |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/trunk/experiments/scripts/cnbh-syllables/results_plotting/spider_plot.py Tue Sep 14 01:14:54 2010 +0000 +++ b/trunk/experiments/scripts/cnbh-syllables/results_plotting/spider_plot.py Tue Sep 14 01:16:55 2010 +0000 @@ -120,3 +120,5 @@ #p.show() p.savefig(output_filename) +if __name__ == "__main__": + sys.exit(main()) \ No newline at end of file