Parcourir la source

Adds script to plot the usage of bandwidth.

master
Lukas Prause il y a 2 ans
Parent
révision
d6062ee78b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      plot_stacked_bandwidth.py

+ 1
- 1
plot_stacked_bandwidth.py Voir le fichier

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

Chargement…
Annuler
Enregistrer