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
29b5e02469
commit
8a91736f39
1 changed files
with
4 additions
and
1 deletions
Split View
Show Diff Stats
+4
-1
plot_stacked_bandwidth.py
+ 4
- 1
plot_stacked_bandwidth.py
View File
@@ -55,4 +55,7 @@ if __name__ == "__main__":
L.get_texts()[4].set_text("4G SCC 3")
L.get_texts()[5].set_text("4G SCC 4")
plt.show()
if args.save:
plt.savefig("{}-used_bandwidth".format(args.save))
else:
plt.show()
Write
Preview
Loading…
Cancel
Save