Thanks, the -n flag to idle did the trick.
-Original Message-
From: Darren Dale [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 05, 2008 7:13 AM
To: matplotlib-users@lists.sourceforge.net
Cc: David Fox
Subject: Re: [Matplotlib-users] newbie question about interactive
plotting
On
On Tuesday 04 March 2008 10:44:13 pm David Fox wrote:
> I'm trying to use the pylab interface of matplotlib interactively. I'd
> like to enter some commands interactively to generate some data, plot a
> graph based on the data, inspect the graph, enter more interactive
> python, plot another graph
Hello,David
Just a hint.I use ipython and meet the similiar problem as you when I
configure the ipython configuration file to use pylab or import pylab from
the ipython command line.
The problem can be solve for me if I start ipython with the pylab ,that
is I use the following c
I'm trying to use the pylab interface of matplotlib interactively. I'd
like to enter some commands interactively to generate some data, plot a
graph based on the data, inspect the graph, enter more interactive
python, plot another graph, and so on. Instead, what happens is either
(a) If I start