Make x axis label samples for now, though eventually should have a date option

This commit is contained in:
Justin Clark-Casey
2014-07-17 00:21:09 +01:00
parent 99dc3d534c
commit fedff2e76d
@@ -34,6 +34,7 @@ stat = osta.getStat(opts.select)
if not stat == None:
plt.plot(stat['abs']['values'])
plt.title(stat['fullName'])
plt.xlabel("samples")
plt.ylabel(stat['name'])
if 'out' in opts: