changeset 108:4b1753fee628

- Make the plotting script actually do something
author tomwalters
date Tue, 14 Sep 2010 01:16:55 +0000
parents 53b888e0f0df
children 6dd58b8aad1e
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