Re: [Matplotlib-users] matplotlib in interactive mode from a script

2010-07-01 Thread Benjamin Root
On Thu, Jul 1, 2010 at 10:42 AM, ninjasmith wrote: > > > > > > > Hi, > > > > I think what you are after is the interactive mode of matplotlib. You can > > turn > > is on by "ion" and redraw the current figure using "draw". In ipythons > > "pylab" > > mode this is done implicit. I attached some exa

Re: [Matplotlib-users] matplotlib in interactive mode from a script

2010-07-01 Thread ninjasmith
> > Hi, > > I think what you are after is the interactive mode of matplotlib. You can > turn > is on by "ion" and redraw the current figure using "draw". In ipythons > "pylab" > mode this is done implicit. I attached some example lines which guide you > to > the right direction. I'm not sur

Re: [Matplotlib-users] matplotlib in interactive mode from a script

2010-06-30 Thread Matthias Michler
On Tuesday, June 29, 2010 03:32:00 pm ninjasmith wrote: > hi there, > > I've got a bit stuck with running matplotlib in interactive mode. maybe > what I want to do can't be done easily. > > want I want is a simple python script which I can run with a file argument. > this will then create some p

[Matplotlib-users] matplotlib in interactive mode from a script

2010-06-29 Thread ninjasmith
hi there, I've got a bit stuck with running matplotlib in interactive mode. maybe what I want to do can't be done easily. want I want is a simple python script which I can run with a file argument. this will then create some plots. the script will wait for user input (via sys.stdin.readline()