mirror of
https://github.com/justinccdev/opensimulator-tools.git
synced 2026-08-14 09:12:07 +00:00
make y label unit type
This commit is contained in:
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user