# HG changeset patch # User tomwalters # Date 1284427015 0 # Node ID 776b2783d9555c3a493209a57d0068506879ba00 # Parent 42d66bfbd9c8e20e5641040f8af5de0572f04751 - Make the plotting script actually do something diff -r 42d66bfbd9c8 -r 776b2783d955 experiments/scripts/cnbh-syllables/results_plotting/spider_plot.py --- 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