Brian, Do you, by chance, use interactive mode? Maybe ipython -pylab
(if this does)? Just a shot into the dark ...
--
Start uncovering the many advantages of virtual appliances
and start using them to simplify applicatio
2010/9/21 Brian Blais :
> actually, I think the workflow that I use doesn't lend itself well to this.
> usually what I do is write code in the local space, in a if
> __name__=="__main__" block, so that after things run I can easily inspect
> variables, test the results, rerun, etc... It's only
On Sep 20, 2010, at 9:58 PM, Ryan May wrote:
> On Mon, Sep 20, 2010 at 8:14 PM, Brian Blais wrote:
>> sure, but that take more effort, and I don't really care about a slow down,
>> because most of my time is spent in the busy loop.
> It might be more effort, but what you're doing now plays ha
On Mon, Sep 20, 2010 at 8:14 PM, Brian Blais wrote:
> sure, but that take more effort, and I don't really care about a slow down,
> because most of my time is spent in the busy loop. I do
> care about it displaying *at all*, which is the problem. I am familiar with
> the efficient way of anima
On Mon, Sep 20, 2010 at 8:14 PM, Brian Blais wrote:
> On Sep 20, 2010, at 7:43 PM, Benjamin Root wrote:
>
> > On Mon, Sep 20, 2010 at 5:12 PM, Brian Blais wrote:
>
> > I am trying to do some simple calculations in a loop, and draw a plot
> periodically within the loop, and the drawing is not upd
On Sep 20, 2010, at 7:43 PM, Benjamin Root wrote:
> On Mon, Sep 20, 2010 at 5:12 PM, Brian Blais wrote:
> I am trying to do some simple calculations in a loop, and draw a plot
> periodically within the loop, and the drawing is not updating. I'm using the
> Enthought Python Distribution which
On Mon, Sep 20, 2010 at 5:12 PM, Brian Blais wrote:
> Hello,
>
> I am trying to do some simple calculations in a loop, and draw a plot
> periodically within the loop, and the drawing is not updating. I'm using
> the Enthought Python Distribution which is using Matplotlib 0.99.3 with
> python 2.6
Hello,
I am trying to do some simple calculations in a loop, and draw a plot
periodically within the loop, and the drawing is not updating. I'm using the
Enthought Python Distribution which is using Matplotlib 0.99.3 with python
2.6.5 on Snow Leopard, OSX 10.6.4, and am running it in ipython w