From aee30e609e9400644dacd3a443153659a5d66e16 Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Fri, 27 May 2022 17:17:44 -0600 Subject: [PATCH] Don't show plot when making PNG --- witzit-plot2png | 1 - 1 file changed, 1 deletion(-) diff --git a/witzit-plot2png b/witzit-plot2png index abd73fa..553e997 100755 --- a/witzit-plot2png +++ b/witzit-plot2png @@ -83,6 +83,5 @@ plt.xlim(0,50000) plt.ylim(0,100000) plt.tight_layout() plt.savefig(sys.argv[2], dpi=72, transparent=False, facecolor='xkcd:off white', edgecolor=g.get_facecolor()) -plt.show() plt.close()