# HG changeset patch # User tomwalters # Date 1284427015 0 # Node ID 4b1753fee6285b82713d2d36e43545e0e1f4a793 # Parent 53b888e0f0dfd1d13fe2a55109957bb4a5b5a899 - Make the plotting script actually do something diff -r 53b888e0f0df -r 4b1753fee628 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