make y label unit type

This commit is contained in:
Justin Clark-Casey
2014-07-17 21:33:01 +01:00
parent 41f1044d22
commit 732ccba4fe
@@ -64,7 +64,7 @@ if len(stats) <= 0:
oneStat = stats[stats.keys()[0]]
plt.title(opt.select)
plt.ylabel(oneStat['name'])
plt.ylabel(oneStat[opt.type]['units'])
plt.xlabel("samples")
if opt.action == 'sum':