Re: [Tutor] Spyder IDE Anaconda3: Problem with Plt.savefig

2017-03-02 Thread Stephen P. Molnar
On 03/01/2017 08:32 PM, Alan Gauld via Tutor wrote: On 01/03/17 20:20, Stephen P. Molnar wrote: I have written a Python3 program to plot and save UV/VIS spectra from the results of an Orca quantum mechanical calculation. Caveat: This forum is for help on the core Python language and its standa

Re: [Tutor] Spyder IDE Anaconda3: Problem with Plt.savefig

2017-03-01 Thread Alan Gauld via Tutor
On 01/03/17 20:20, Stephen P. Molnar wrote: > I have written a Python3 program to plot and save UV/VIS spectra from > the results of an Orca quantum mechanical calculation. Caveat: This forum is for help on the core Python language and its standard library. Asking about anything beyond that may r

[Tutor] Spyder IDE Anaconda3: Problem with Plt.savefig

2017-03-01 Thread Stephen P. Molnar
I have written a Python3 program to plot and save UV/VIS spectra from the results of an Orca quantum mechanical calculation. I input the name of the molecule .dat file, without the suffix. Everything is fine until I get to the point where I want to save the figure as name.png using: figure =