annotate toolboxes/FullBNT-1.0.7/GraphViz/README.txt @ 0:cc4b1211e677
tip
initial commit to HG from
Changeset:
646 (e263d8a21543) added further path and more save "camirversion.m"
author |
Daniel Wolff |
date |
Fri, 19 Aug 2016 13:07:06 +0200 |
parents |
|
children |
|
rev |
line source |
Daniel@0
|
1 Graph visualization (automatic layout) functions
|
Daniel@0
|
2 ------------------------------------------------
|
Daniel@0
|
3
|
Daniel@0
|
4 This directory contains code to automatically layout and visualize
|
Daniel@0
|
5 graphs. It provides a matlab interface to the graphviz program:
|
Daniel@0
|
6 http://www.research.att.com/sw/tools/graphviz
|
Daniel@0
|
7 Written by Kevin Murphy, Leon Peshkin, Tom Minka.
|
Daniel@0
|
8
|
Daniel@0
|
9 draw_graph was written by Ali Taylan Cemgil, and is entirely
|
Daniel@0
|
10 self-contained matlab: it does not need graphviz, but produces lower
|
Daniel@0
|
11 quality results.
|
Daniel@0
|
12 http://www.mbfys.kun.nl/~cemgil/matlab/layout.html
|
Daniel@0
|
13
|
Daniel@0
|
14 See also the following URLs for other graph layout programs:
|
Daniel@0
|
15 http://www.ics.uci.edu/~eppstein/gina/gdraw.html
|
Daniel@0
|
16 http://www.cwi.nl/InfoVisu/
|