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