Package PyDSTool :: Package Toolbox :: Module FR
[hide private]
[frames] | no frames]

Module FR

source code

Classes [hide private]
  vertex
  edge
v -> u directed edge
  cool
Functions [hide private]
 
cool_simple(t, t0, cfac) source code
 
itercool(t, t0, n=30) source code
 
out_degree(V, E) source code
 
in_degree(V, E) source code
 
FR(V, E, W=[0, 1], L=[0, 1], num_its=30, fixed=[])
Fruchterman - Reingold graphing algorithm.
source code
Variables [hide private]
  tarray = array([ 0.98, 0.92, 0.86, 0.78, 0.72, 0.67, 0.6...
Function Details [hide private]

FR(V, E, W=[0, 1], L=[0, 1], num_its=30, fixed=[])

source code 

Fruchterman - Reingold graphing algorithm.

Changes V and E in-place.


Variables Details [hide private]

tarray

Value:
array([ 0.98,  0.92,  0.86,  0.78,  0.72,  0.67,  0.64,  0.6 ,  0.5 ,
        0.45,  0.4 ,  0.35,  0.3 ,  0.26,  0.2 ,  0.16,  0.12,  0.09,
        0.04,  0.  ])