From d6062ee78b61f7269796672257ff23e0c1f29798 Mon Sep 17 00:00:00 2001 From: Lukas Prause Date: Wed, 5 Jul 2023 15:38:12 +0200 Subject: [PATCH] Adds script to plot the usage of bandwidth. --- plot_stacked_bandwidth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plot_stacked_bandwidth.py b/plot_stacked_bandwidth.py index 16040eb..35d16cb 100755 --- a/plot_stacked_bandwidth.py +++ b/plot_stacked_bandwidth.py @@ -56,6 +56,6 @@ if __name__ == "__main__": L.get_texts()[5].set_text("4G SCC 4") if args.save: - plt.savefig("{}-used_bandwidth".format(args.save)) + plt.savefig("{}-used_bandwidth.pdf".format(args.save)) else: plt.show()