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
bcab8745a0
commit
edad08d92d
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
plot_transmission_timeline.py
+ 1
- 1
plot_transmission_timeline.py
View File
@@ -263,7 +263,7 @@ 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]")
Write
Preview
Loading…
Cancel
Save