Background color for cell id.
This commit is contained in:
@@ -268,6 +268,7 @@ if __name__ == "__main__":
|
|||||||
plot_cdf(transmission_df, "ack_rtt")
|
plot_cdf(transmission_df, "ack_rtt")
|
||||||
plt.xlabel("ACK RTT [s]")
|
plt.xlabel("ACK RTT [s]")
|
||||||
plt.ylabel("CDF")
|
plt.ylabel("CDF")
|
||||||
|
plt.yscale("log")
|
||||||
plt.legend([cc_algo])
|
plt.legend([cc_algo])
|
||||||
plt.title("{} with {}".format(transmission_direction, cc_algo))
|
plt.title("{} with {}".format(transmission_direction, cc_algo))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user