# HG changeset patch # User tomwalters # Date 1284427015 0 # Node ID 0137bfbe84df1dab3a38f8df15b954784155a64c # Parent d9be18850b552682f059f99077d7eca5f9b42f79 - Make the plotting script actually do something diff -r d9be18850b55 -r 0137bfbe84df trunk/experiments/scripts/cnbh-syllables/results_plotting/spider_plot.py --- 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