I am trying to use matplotlib with Tkinter to create a stand-alone executable by pyinstall (command: pyinstaller --onefile main.py). The program works at the st
pyinstaller --onefile main.py