From 29bc8cb90d75adaeb9283a16d13c26cdb98f1fc5 Mon Sep 17 00:00:00 2001 From: Vlad Kondratiev <vlad.kondratiev@gmail.com> Date: Tue, 11 Feb 2025 23:20:22 +0100 Subject: [PATCH] removed last plt.show() command --- l2com/cep4-usage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l2com/cep4-usage.py b/l2com/cep4-usage.py index c944dc1..3c1e92b 100755 --- a/l2com/cep4-usage.py +++ b/l2com/cep4-usage.py @@ -78,4 +78,4 @@ ax2.pie(pie_sizes, labels=pie_labels, autopct='%1.1f%%') plt.tight_layout() plt.gcf().set_size_inches(10, 5) # Width=10in, Height=5in plt.savefig("cep4-usage.png", bbox_inches='tight', dpi=100) # output figure size will be (10,5)x100 in pixels -plt.show() +#plt.show() -- GitLab