mirror of
https://github.com/justinccdev/opensimulator-tools.git
synced 2026-08-14 09:12:07 +00:00
Make x axis label samples for now, though eventually should have a date option
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user