Re: graph visualisation

2005-02-08 Thread cwmoad
Alexander Zatvornitskiy wrote: > Hello, All! > > I need routines for visualization of graphs, like this for Matlab: > === > You can visualize an arbitrary graph (such as one learned using the structure > learning routines) with Matlab code contributed by Ali Taylan Cemgil from the > University of

Re: graph visualisation

2005-02-08 Thread bearophileHUGS
This isn't a visualisation routine, but it contains some of them, and with few mod you can adapt them for your needs: http://gato.sourceforge.net/ Gato - the Graph Animation Toolbox - is a software which visualizes algorithms on graphs. Bearophile -- http://mail.python.org/mailman/listinfo/pyt

Re: graph visualisation

2005-02-08 Thread P
Alexander Zatvornitskiy wrote: Hello, All! I need routines for visualization of graphs, like this for Matlab: You could output the dot language, parsed by graphviz See: http://dkbza.org/pydot.html PÃdraig. -- http://mail.python.org/mailman/listinfo/python-list

graph visualisation

2005-02-08 Thread Alexander Zatvornitskiy
Hello, All! I need routines for visualization of graphs, like this for Matlab: === You can visualize an arbitrary graph (such as one learned using the structure learning routines) with Matlab code contributed by Ali Taylan Cemgil from the University of Nijmegen. For static BNs, call it as follows: