This website works better with JavaScript.
Home
Explore
Help
Sign In
langspielplatte
/
measurement-scripts
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Adds script to plot the usage of bandwidth.
master
Lukas Prause
2 years ago
parent
8a91736f39
commit
d6062ee78b
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
plot_stacked_bandwidth.py
+ 1
- 1
plot_stacked_bandwidth.py
View File
@@ -56,6 +56,6 @@ if __name__ == "__main__":
L.get_texts()[5].set_text("4G SCC 4")
if args.save:
plt.savefig("{}-used_bandwidth".format(args.save))
plt.savefig("{}-used_bandwidth
.pdf
".format(args.save))
else:
plt.show()
Write
Preview
Loading…
Cancel
Save