From cf18199ba3fce428c7a1c87efa1f81ae627f5537 Mon Sep 17 00:00:00 2001 From: Langspielplatte Date: Tue, 18 Jul 2023 08:39:13 +0200 Subject: [PATCH] Changes plot label. --- plot_single_transmission_paper.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plot_single_transmission_paper.py b/plot_single_transmission_paper.py index 3cb8b0a..74cbb71 100755 --- a/plot_single_transmission_paper.py +++ b/plot_single_transmission_paper.py @@ -224,9 +224,9 @@ if __name__ == "__main__": ax2.set_ylim(0, 500) #ax00.set_ylim(-25, 0) - ax00.set_xlabel("arrival time [s]") + ax00.set_xlabel("time [s]") - ax2.set_ylabel("Goodput [mbps]") + ax2.set_ylabel("goodput [mbps]") #ax00.set_ylabel("LTE/NR RSRQ [dB]") # ax02.set_ylabel("LTE RSRQ [dB]") ax1.set_ylabel("sRTT [s]")