Re: Generator functions and user interfaces

2008-09-10 Thread Terry Reedy
[EMAIL PROTECTED] wrote: I'm trying to implement an interactive graph visualisation tool using matplotlib. I want to use a spring layout, where nodes repulse each other and edges act as springs to pull connected nodes together. Usually, this algorithm runs through a number of iterations of att

Re: Generator functions and user interfaces

2008-09-10 Thread Aaron "Castironpi" Brady
On Sep 10, 10:35 am, Bruno Desthuilliers <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] a écrit : > > > I'm trying to implement an interactive graph visualisation tool using > > matplotlib. > > > I want to use a spring layout, where nodes repulse each other and > > edges act as springs to pull conn

Re: Generator functions and user interfaces

2008-09-10 Thread Bruno Desthuilliers
[EMAIL PROTECTED] a écrit : I'm trying to implement an interactive graph visualisation tool using matplotlib. I want to use a spring layout, where nodes repulse each other and edges act as springs to pull connected nodes together. Usually, this algorithm runs through a number of iterations of at