From d463b602e3b41d567bd716988b72532e84fc51ef Mon Sep 17 00:00:00 2001 From: Sascha Date: Mon, 22 Aug 2022 08:19:45 +0200 Subject: [PATCH] comment out single plots --- bandwidth.py | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/bandwidth.py b/bandwidth.py index a26318f..7047e1f 100644 --- a/bandwidth.py +++ b/bandwidth.py @@ -39,19 +39,19 @@ plt.legend() plt.show() # plotping -plt.plot(times, pings, label="Ping") -plt.title("pings from mariadb") -plt.legend() -plt.show() +#plt.plot(times, pings, label="Ping") +#plt.title("pings from mariadb") +#plt.legend() +#plt.show() # plotdownloads -plt.plot(times, downloads, label="Download") -plt.title("downloads from mariadb") -plt.legend() -plt.show() +#plt.plot(times, downloads, label="Download") +#plt.title("downloads from mariadb") +#plt.legend() +#plt.show() # plotuploads -plt.plot(times, uploads, label="Upload") -plt.title("uploads from mariadb") -plt.legend() -plt.show() +#plt.plot(times, uploads, label="Upload") +#plt.title("uploads from mariadb") +#plt.legend() +#plt.show()