ソースを参照

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

読み込み中…
キャンセル
保存