Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Hello all!!

A small update regarding interacting with the figures (using command line prompt). It is possible to do so by writing just two lines of code.

plt.ion() # Add this line in the beginning of the code, after importing all the libraries

plt.show(block=True) # Add this line at the end of the code

I am still figuring out closing the Excel file. In the meantime, I am running matplotlib as a separate *.py file, outside of PSSE file.