ソースを参照

Try to fix bandwidth ploting.

master
Lukas Prause 2年前
コミット
dd086d77e0
1個のファイルの変更5行の追加3行の削除
  1. +5
    -3
      plot_single_transmission_EM9190.py

+ 5
- 3
plot_single_transmission_EM9190.py ファイルの表示

@@ -161,14 +161,16 @@ if __name__ == "__main__":
ax1.set_ylim(0, 0.3)
ax2.set_ylim(0, 500)
ax00.set_ylim(-25, 0)
ax01.set_ylim(0, 400)
ax01.set_ylim(0, 250)
# second dB axis
ax02.set_ylim(-25, 0)
ax02.set_axis_off()

ax00.set_xlabel("arrival time [s]")

ax2.set_ylabel("Goodput [mbps]")
ax00.set_ylabel("NR RSRQ [dB]")
ax02.set_ylabel("LTE RSRQ [dB]")
ax00.set_ylabel("LTE/NR RSRQ [dB]")
#ax02.set_ylabel("LTE RSRQ [dB]")
ax1.set_ylabel("sRTT [s]")
ax0.set_ylabel("cwnd")
ax01.set_ylabel("Bandwidth [MHz]")

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