[Matplotlib-users] Runtime Error - Need Advice

2010-02-09 Thread Lee Boger
ots a figure on the screen that looks correct, then the following error (when I click OK, PythonWin closes) Any advice would be appreciated. Maybe it's an installation or setup issue, but I'm pretty knew to Python programming and don't know how to debug this. Lee Boger<>

Re: [Matplotlib-users] Runtime Error - Need Advice

2010-02-09 Thread Lee Boger
Thanks for your help. I'll look into ipython. Lee Eric Firing 02/09/2010 02:31 PM To Lee Boger , matplotlib-users cc Subject Re: [Matplotlib-users] Runtime Error - Need Advice Caterpillar: Confidential Green Retain Until: 03/11/2010 Lee Boger wrote: > > Thanks fo

Re: [Matplotlib-users] Runtime Error - Need Advice

2010-02-09 Thread Lee Boger
Tk Python Shell. I then open the script file and run it. I think you were right. Does this make sense? Lee __ Thanks for your help. I'll look into ipython. Lee Eric Firing 02/09/2010 02:31 PM To Lee Boger , matplotlib-users cc Subject Re: [Matplotlib-users] Runti

Re: [Matplotlib-users] Runtime Error - Need Advice

2010-02-09 Thread Lee Boger
ython installation. Christoph On 2/9/2010 11:10 AM, Lee Boger wrote: > > Per another suggestion, I did uninstall numpy 1.4 and installed numpy > 1.3, but got the same results. Using pylab.savefig('log_plot) resulted > in the following error: > > Traceback (most recent call

Re: [Matplotlib-users] Runtime Error - Need Advice

2010-02-10 Thread Lee Boger
y run matplotlib because successive runs of the script use the same interpreter. Ipython should work. Append pylab.close() to your script; at least it will not crash on the second run. -- Christoph On 2/9/2010 10:44 AM, Lee Boger wrote: > > Although, if I close the figure then re-run the script, a

Re: [Matplotlib-users] logarithmic plotting and the grid

2010-02-11 Thread Lee Boger
I think he wants to turn the grid on for both major and minor ticks. I'm interested in that also. Is there a way to do that? Lee Jae-Joon Lee 02/10/2010 08:10 PM To K L cc matplotlib-users@lists.sourceforge.net Subject Re: [Matplotlib-users] logarithmic plotting and the grid Caterpilla