Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Plotting with matplotlib

Hi all I am trying to run the script in the forum Plotting help (My forum). However, instead of using PSSPLOT module, I am using matplotlib. While running the code, the code runs successfully until the creation of Excel file but then it gives an error which says that the code cannot run further since the Excel sheet which stored all the data is still open. Is there a way to close the Excel file so that the code can run further? Since I am running this code from command line prompt, is there a way that a separate window opens where I can interactively interact with the created figures like zooming and panning ( if I run the matplotlib code in Spyder IDE, it works by setting the graphics backend to Automatic in IPython Console in Tools)

Any help on this will be appreciated.

Thanks

Plotting with matplotlib

Hi all I am trying to run the script in the forum Plotting help (My forum). However, instead of using PSSPLOT module, I am using matplotlib. While running the code, the code runs successfully until the creation of Excel file but then it gives an error which says that the code cannot run further since the Excel sheet which stored all the data is still open. Is there a way to close the Excel file so that the code can run further? Since I am running this code from command line prompt, is there a way that a separate window opens where I can interactively interact with the created figures like zooming and panning ( if I run the matplotlib code in Spyder IDE, it works by setting the graphics backend to Automatic in IPython Console in Tools)

Any help on this will be appreciated.

Thanks