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 lee.j.j...@gmail.com 02/10/2010 08:10 PM To K L klu1...@gmail.com cc matplotlib-users@lists.sourceforge.net Subject Re: [Matplotlib-users]

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

2010-02-10 Thread Lee Boger
old problem that PythonWin can not reliably 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

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 efir...@hawaii.edu 02/09/2010 02:31 PM To Lee Boger boger_...@cat.com, matplotlib-users matplotlib-users@lists.sourceforge.net cc Subject Re: [Matplotlib-users] Runtime Error - Need Advice Caterpillar: Confidential Green

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

2010-02-09 Thread Lee Boger
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 efir...@hawaii.edu 02/09/2010 02:31 PM To Lee Boger boger_...@cat.com, matplotlib-users matplotlib-users

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

2010-02-09 Thread Lee Boger
running? Please send the version string of your python 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