Cleanup plotting script
This commit is contained in:
parent
ab72f2e230
commit
3f0ddcc553
@ -25,8 +25,6 @@ for key in snapshot_data:
|
||||
values.append(stats['Size'])
|
||||
|
||||
data = dict(names=names, parents=parents, values=values)
|
||||
print(data)
|
||||
fig = px.treemap(data, names='names', parents='parents', values='values')
|
||||
print(fig)
|
||||
fig.show()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user