Mercurial > hg > webaudioevaluationtool
diff scripts/score_boxplot.py @ 1025:a90495a060de
Scripts: in score plots (individual and boxplot), remove extra marker in legend; automatically save plot.
author | Brecht De Man <BrechtDeMan@users.noreply.github.com> |
---|---|
date | Sat, 06 Jun 2015 11:54:43 +0100 |
parents | 4a0bfa7bef24 |
children | 4e9ab4f92f20 |
line wrap: on
line diff
--- a/scripts/score_boxplot.py Fri Jun 05 13:26:31 2015 +0100 +++ b/scripts/score_boxplot.py Sat Jun 06 11:54:43 2015 +0100 @@ -64,8 +64,7 @@ plt.ylabel('Rating') plt.ylim(0,1) - plt.show() + #plt.show() # show plot #exit() - #TODO Save output automatically - + plt.savefig(rating_folder+page_name+"-ind.png")