Re: [Matplotlib-users] interactive python session with matplotlib

2009-09-25 Thread Andre Walker-Loud
Hi Gökhan, Thanks. I will start playing around with iPython. Andre On Sep 25, 2009, at 1:22 AM, Gökhan Sever wrote: On Thu, Sep 24, 2009 at 10:47 PM, Andre Walker-Loud walksl...@gmail.com wrote: IPython can remedy all your wonderings :)

Re: [Matplotlib-users] interactive python session with matplotlib

2009-09-25 Thread Christopher Barker
Andre Walker-Loud wrote: IPython can remedy all your wonderings :) I second that! What I have in mind is writing code that I can call from a terminal, as opposed to interactively as with iPython. you can call ipython with a script as a command line parameter: ipython TheScriptToRun.py so

[Matplotlib-users] interactive python session with matplotlib

2009-09-24 Thread Andre Walker-Loud
Hi All, I have what I think is a basic question. I want to have an interactive python script/code which uses matplotlib. For example, the script first asks what data set to use, then when received, it does some analysis routines, and then makes some plots. To launch the plot, my I have

Re: [Matplotlib-users] interactive python session with matplotlib

2009-09-24 Thread Gökhan Sever
On Thu, Sep 24, 2009 at 7:25 PM, Andre Walker-Loud walksl...@gmail.comwrote: Hi All, I have what I think is a basic question. I want to have an interactive python script/code which uses matplotlib. For example, the script first asks what data set to use, then when received, it does some

Re: [Matplotlib-users] interactive python session with matplotlib

2009-09-24 Thread Gökhan Sever
On Thu, Sep 24, 2009 at 10:47 PM, Andre Walker-Loud walksl...@gmail.comwrote: IPython can remedy all your wonderings :) http://matplotlib.sourceforge.net/users/shell.html -- Gökhan Hi Gökhan, I am not very familiar with iPython (I am not opposed to learning either). What I have in