Don't show plot when making PNG

main 0.2
Jeff Moe 2022-05-27 17:17:44 -06:00
parent 0c10afe55e
commit aee30e609e
1 changed files with 0 additions and 1 deletions

View File

@ -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()