Mercurial > hg > camir-aes2014
annotate 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 |
rev | line source |
---|---|
wolffd@0 | 1 Graph visualization (automatic layout) functions |
wolffd@0 | 2 ------------------------------------------------ |
wolffd@0 | 3 |
wolffd@0 | 4 This directory contains code to automatically layout and visualize |
wolffd@0 | 5 graphs. It provides a matlab interface to the graphviz program: |
wolffd@0 | 6 http://www.research.att.com/sw/tools/graphviz |
wolffd@0 | 7 Written by Kevin Murphy, Leon Peshkin, Tom Minka. |
wolffd@0 | 8 |
wolffd@0 | 9 draw_graph was written by Ali Taylan Cemgil, and is entirely |
wolffd@0 | 10 self-contained matlab: it does not need graphviz, but produces lower |
wolffd@0 | 11 quality results. |
wolffd@0 | 12 http://www.mbfys.kun.nl/~cemgil/matlab/layout.html |
wolffd@0 | 13 |
wolffd@0 | 14 See also the following URLs for other graph layout programs: |
wolffd@0 | 15 http://www.ics.uci.edu/~eppstein/gina/gdraw.html |
wolffd@0 | 16 http://www.cwi.nl/InfoVisu/ |