Skip to content

Latest commit

 

History

History
 
 
Graph Layout Generation Package
Ver 1.0, 08-May-2000
Tested under Linux MATLAB 5.3

This package contains utility functions for drawing
small directed or undirected networks (e.g. textbook examples) 
using Matlab.

For a demo run the scripts 
test_layout.m 
test_layout_dbn.m 

Tip: If the drawing becomes too messy, just resize
the figure and try again. 

I welcome suggestions and/or bug reports. 

Ali Taylan Cemgil
e-mail : cemgil@mbfys.kun.nl

Note for experts:
There is really not much in the automatic layout generator. 
For directed graphs, I order the nodes topologically and
organize them in layers. For undirected or mixed graphs, I compute 
the layers by partial ordering. All edges are straight lines 
and there is no check for edge crossings. However, for textbook examples, 
(small and/or structured graphs) the results are usually not too bad.

--------------------------------------------------------------------
Autor:
Ali Taylan Cemgil
e-mail : cemgil@mbfys.kun.nl
SNN-Department of Medical Physics and Biophysics
University of Nijmegen, The Netherlands

--------------------------------------------------------------------
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.