Mercurial > hg > aimc
diff experiments/scripts/cnbh-syllables/results_plotting/spider_plot.py @ 219:776b2783d955
- Make the plotting script actually do something
author | tomwalters |
---|---|
date | Tue, 14 Sep 2010 01:16:55 +0000 |
parents | b50a09ac97ec |
children | 6b10f79a123a |
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