Background color for cell id.

This commit is contained in:
Lukas Prause
2023-01-19 15:22:37 +01:00
parent bcab8745a0
commit edad08d92d

View File

@@ -263,7 +263,7 @@ if __name__ == "__main__":
# rtt cdf # rtt cdf
plt.clf() plt.clf()
print(transmission_df["ack_rtt"])
print("Calculate and polt rtt CDF...") print("Calculate and polt rtt CDF...")
plot_cdf(transmission_df, "ack_rtt") plot_cdf(transmission_df, "ack_rtt")
plt.xlabel("ACK RTT [s]") plt.xlabel("ACK RTT [s]")