소스 검색

Background color for cell id.

master
Lukas Prause 2 년 전
부모
커밋
edad08d92d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      plot_transmission_timeline.py

+ 1
- 1
plot_transmission_timeline.py 파일 보기

@@ -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]")

Loading…
취소
저장