Browse Source

Adds script to plot the usage of bandwidth.

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

Loading…
Cancel
Save