comparison scripts/score_boxplot.py @ 209:538322113524 Dev_main

Merge from the default branch
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Tue, 16 Jun 2015 14:14:08 +0100
parents 59eea6eed91b
children a4b5246ffb32
comparison
equal deleted inserted replaced
204:d12dbbab3565 209:538322113524
65 plt.ylim(0,1) 65 plt.ylim(0,1)
66 66
67 #plt.show() # show plot 67 #plt.show() # show plot
68 #exit() 68 #exit()
69 69
70 plt.savefig(rating_folder+page_name+"-ind.png") 70 plt.savefig(rating_folder+page_name+"-box.png")
71 plt.close()