Changes scaleing.
This commit is contained in:
@@ -204,7 +204,8 @@ if __name__ == "__main__":
|
||||
for i in range(1, len(transmission_df_list)):
|
||||
plot_cdf(transmission_df_list[i]["df"], "srtt", axis=plt.gca())
|
||||
legend.append(transmission_df_list[i]["cc_algo"])
|
||||
plt.xscale("log")
|
||||
#plt.xscale("log")
|
||||
plt.xlim(0, 0.15)
|
||||
plt.xlabel("sRTT [s]")
|
||||
plt.ylabel("CDF")
|
||||
plt.legend(legend)
|
||||
|
||||
Reference in New Issue
Block a user