TestProject  0.0.1
Space Filling Curve Layout Algorithm

Description

Layout a simple graph using the Space Filling Curve Layout Algorithm as described in:

MUELDER, Chris; MA, Kwan-Liu. Rapid graph layout using space filling curves. IEEE Transactions on Visualization and Computer Graphics, 2008, 14. Jg., Nr. 6.

Usage

The program takes as a command the filename of a Tulip graph file and displays the graph using the implemented layout algorithm. Without an argument the program displays a complete tree. Two batch files for the california and yeast data sets are provided:

run-california.bat

run-yeast.bat

The view can be scrolled using left click and drag or the cursor keys. Zooming is possible with the mouse wheel. The A and S keys decrease and increase the cluster spacing factor.

Network nodes are sized and colored according to their node degree. Edges have the same color as the incident node with more edges.

The yeast protein homology data set and a short description are available at:

http://vlado.fmf.uni-lj.si/pub/networks/data/bio/Yeast/Yeast.htm

http://vlado.fmf.uni-lj.si/pub/networks/data/bio/Yeast/Yeast.htm

The california data set of web pages matching the query "California" and links between them is available at:

http://www.cs.cornell.edu/courses/cs685/2002fa/


Binaries
Source