diff --git a/l2com/cep4-usage.py b/l2com/cep4-usage.py index c944dc14550a469c49894c09b80b2691d2d7868f..3c1e92b0892932a67f4e79b09baaa0784fdf97b8 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()