Re: [Matplotlib-users] Interactive animation

2008-09-11 Thread John Hunter
On Thu, Sep 11, 2008 at 10:51 AM, Peter Saffrey <[EMAIL PROTECTED]> wrote: > I'm trying to develop an application for interactive graph layout using > networkx and matplotlib. My idea is to use the usual spring layout, > where nodes repel each other and edges act as attractive forces between > node

[Matplotlib-users] Interactive animation

2008-09-11 Thread Peter Saffrey
I'm trying to develop an application for interactive graph layout using networkx and matplotlib. My idea is to use the usual spring layout, where nodes repel each other and edges act as attractive forces between nodes, but have the layout happen in real time on the screen. The user can also int