Adds script to plot the usage of bandwidth.

This commit is contained in:
Lukas Prause
2023-07-05 15:20:30 +02:00
parent 29b5e02469
commit 8a91736f39

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()