Przeglądaj źródła

Adds script to plot the usage of bandwidth.

master
Lukas Prause 2 lat temu
rodzic
commit
8a91736f39
1 zmienionych plików z 4 dodań i 1 usunięć
  1. +4
    -1
      plot_stacked_bandwidth.py

+ 4
- 1
plot_stacked_bandwidth.py Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz