| 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.
whit loves you. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.