Refactor plots.
This commit is contained in:
@@ -147,7 +147,7 @@ if __name__ == "__main__":
|
|||||||
ax00.set_ylim(0, 16)
|
ax00.set_ylim(0, 16)
|
||||||
ax01.set_ylim(0, 21)
|
ax01.set_ylim(0, 21)
|
||||||
|
|
||||||
ax00.set_xlabel("arrival time")
|
ax00.set_xlabel("arrival time [s]")
|
||||||
ax2.set_ylabel("Goodput [mbps]")
|
ax2.set_ylabel("Goodput [mbps]")
|
||||||
ax00.set_ylabel("CQI")
|
ax00.set_ylabel("CQI")
|
||||||
ax1.set_ylabel("sRTT [s]")
|
ax1.set_ylabel("sRTT [s]")
|
||||||
|
|||||||
Reference in New Issue
Block a user