From 4c7f0d95ba1aa66d6ad607107c956d16cc977d23 Mon Sep 17 00:00:00 2001 From: Ryan Gibb Date: Sun, 14 Nov 2021 22:44:11 +0000 Subject: [PATCH] Changed units from Mbit/s to Gbit/s for Lab 1 Part 3 Experiment 10 --- Jupyter/Lab1/Lab 1 Part 3 iperf.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jupyter/Lab1/Lab 1 Part 3 iperf.ipynb b/Jupyter/Lab1/Lab 1 Part 3 iperf.ipynb index b0ae738..ecaf6cd 100644 --- a/Jupyter/Lab1/Lab 1 Part 3 iperf.ipynb +++ b/Jupyter/Lab1/Lab 1 Part 3 iperf.ipynb @@ -192,7 +192,7 @@ "plt.step(np.arange(0,11,1), ys2 ,where=\"post\",color=\"blue\",label=\"client\")\n", " \n", "plt.xlabel(\"Time (s)\")\n", - "plt.ylabel(\"Bandwidth (Mbit/s)\")\n", + "plt.ylabel(\"Bandwidth (Gbit/s)\")\n", "plt.legend(loc='center left', bbox_to_anchor=(1, 0.5))\n", "plt.show()" ]