This website works better with JavaScript.
Home
Explore
Help
Sign In
langspielplatte
/
measurement-scripts
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Background color for cell id.
master
Lukas Prause
2 years ago
parent
edad08d92d
commit
45c8ba0a56
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
+1
-0
plot_transmission_timeline.py
+ 1
- 0
plot_transmission_timeline.py
View File
@@ -268,6 +268,7 @@ if __name__ == "__main__":
plot_cdf(transmission_df, "ack_rtt")
plt.xlabel("ACK RTT [s]")
plt.ylabel("CDF")
plt.yscale("log")
plt.legend([cc_algo])
plt.title("{} with {}".format(transmission_direction, cc_algo))
Write
Preview
Loading…
Cancel
Save