comparison 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
comparison
equal deleted inserted replaced
218:42d66bfbd9c8 219:776b2783d955
118 118
119 119
120 #p.show() 120 #p.show()
121 p.savefig(output_filename) 121 p.savefig(output_filename)
122 122
123 if __name__ == "__main__":
124 sys.exit(main())