Mercurial > hg > aimc
changeset 219:776b2783d955
- Make the plotting script actually do something
author | tomwalters |
---|---|
date | Tue, 14 Sep 2010 01:16:55 +0000 |
parents | 42d66bfbd9c8 |
children | 6b10f79a123a |
files | experiments/scripts/cnbh-syllables/results_plotting/spider_plot.py |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/experiments/scripts/cnbh-syllables/results_plotting/spider_plot.py Tue Sep 14 01:14:54 2010 +0000 +++ b/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