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
Removes legend border frame.
master
langspielplatte
hace 2 años
padre
af2a53abb3
commit
ef9740177e
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
@@ -80,7 +80,7 @@ if __name__ == "__main__":
ax.xaxis.grid(False)
L = plt.legend()
L = plt.legend(
frameon=False
)
L.get_texts()[0].set_text("5G main")
L.get_texts()[1].set_text("4G main")
L.get_texts()[2].set_text("4G SCC 1")
Escribir
Vista previa
Cargando…
Cancelar
Guardar