diff 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
line wrap: on
line diff
--- a/scripts/score_boxplot.py	Thu Jun 11 10:06:58 2015 +0100
+++ b/scripts/score_boxplot.py	Tue Jun 16 14:14:08 2015 +0100
@@ -67,4 +67,5 @@
         #plt.show() # show plot
         #exit()
 
-        plt.savefig(rating_folder+page_name+"-ind.png")
+        plt.savefig(rating_folder+page_name+"-box.png")
+        plt.close()