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