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

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 > wrote: IPython can remedy all your wonderings :) http://matplotlib.sourceforge.net/users/shell.html -- Gökhan Hi G

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 wrote: > 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 mind is w

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

2009-09-24 Thread Andre Walker-Loud
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 mind is writing code that I can call from a terminal, as opposed to interactively

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 wrote: > 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 routin