Browse Source

Adds script to plot the usage of bandwidth.

master
Lukas Prause 2 years ago
parent
commit
8a91736f39
1 changed files with 4 additions and 1 deletions
  1. +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()

Loading…
Cancel
Save