Adds script to plot the usage of bandwidth.

This commit is contained in:
Lukas Prause
2023-07-05 15:38:12 +02:00
parent 8a91736f39
commit d6062ee78b

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