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
>
> 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
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
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()