Explorar el Código

Background color for cell id.

master
Lukas Prause hace 2 años
padre
commit
fce276836a
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      plot_transmission_timeline.py

+ 2
- 1
plot_transmission_timeline.py Ver fichero

@@ -263,12 +263,13 @@ if __name__ == "__main__":

# rtt cdf
plt.clf()

print(transmission_df["ack_rtt"])
print("Calculate and polt rtt CDF...")
plot_cdf(transmission_df, "ack_rtt")
plt.xlabel("ACK RTT [s]")
plt.ylabel("CDF")
plt.yscale("log")
plt.xscale("log")
plt.legend([cc_algo])
plt.title("{} with {}".format(transmission_direction, cc_algo))


Cargando…
Cancelar
Guardar