Mercurial > hg > webaudioevaluationtool
log python/score_plot.py @ 2838:cbcd9d7f9ef0
age | author | description |
---|---|---|
Mon, 08 Aug 2016 14:26:35 +0200 | Brecht De Man | Score plots make sense for single subjects; generate_report month off-by-one error fixed |
Wed, 20 Apr 2016 19:03:07 +0200 | Brecht De Man | score_plot.py compatible with Python 2.7 and 3.x: print ... --> print(...); next() instead of .next(); read text from CSV instead of bytes when iterating using next() |
Wed, 20 Apr 2016 16:33:22 +0200 | Brecht De Man | Change folder name 'scripts' to 'python' |