First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
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.