Mercurial > hg > camir-aes2014
comparison toolboxes/FullBNT-1.0.7/GraphViz/README.txt @ 0:e9a9cd732c1e tip
first hg version after svn
author | wolffd |
---|---|
date | Tue, 10 Feb 2015 15:05:51 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:e9a9cd732c1e |
---|---|
1 Graph visualization (automatic layout) functions | |
2 ------------------------------------------------ | |
3 | |
4 This directory contains code to automatically layout and visualize | |
5 graphs. It provides a matlab interface to the graphviz program: | |
6 http://www.research.att.com/sw/tools/graphviz | |
7 Written by Kevin Murphy, Leon Peshkin, Tom Minka. | |
8 | |
9 draw_graph was written by Ali Taylan Cemgil, and is entirely | |
10 self-contained matlab: it does not need graphviz, but produces lower | |
11 quality results. | |
12 http://www.mbfys.kun.nl/~cemgil/matlab/layout.html | |
13 | |
14 See also the following URLs for other graph layout programs: | |
15 http://www.ics.uci.edu/~eppstein/gina/gdraw.html | |
16 http://www.cwi.nl/InfoVisu/ |