log python/score_plot.py @ 3141:335bc77627e0 tip

age author description
Fri, 09 Mar 2018 12:31:10 +0000 Nicholas Jillings Added -m flag to make combined plot
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'