Explorar el Código

Adds script to plot the usage of bandwidth.

master
Lukas Prause hace 2 años
padre
commit
8a91736f39
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. +4
    -1
      plot_stacked_bandwidth.py

+ 4
- 1
plot_stacked_bandwidth.py Ver fichero

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

Cargando…
Cancelar
Guardar