Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
langspielplatte
/
measurement-scripts
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Adds script to plot the usage of bandwidth.
master
Lukas Prause
hace 2 años
padre
8a91736f39
commit
d6062ee78b
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
+1
-1
plot_stacked_bandwidth.py
+ 1
- 1
plot_stacked_bandwidth.py
Ver fichero
@@ -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()
Escribir
Vista previa
Cargando…
Cancelar
Guardar