Difference between revisions of "Graph Types"

From FreekiWiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 +
These are the same graphs shown with different rendering engines:
 +
 +
; dot
 +
: for directed graphs (standard)
 +
; neato
 +
: for undirected graphs
 +
; twopi
 +
: radial layouts of graphs
 +
; circo
 +
: circular layouts of graphs
 +
; fdp
 +
: another one for undirected graphs
 +
 +
 
<graphviz>#!/usr/bin/dot
 
<graphviz>#!/usr/bin/dot
 
   digraph FREEGEEK {
 
   digraph FREEGEEK {

Revision as of 08:47, 29 October 2005

These are the same graphs shown with different rendering engines:

dot
for directed graphs (standard)
neato
for undirected graphs
twopi
radial layouts of graphs
circo
circular layouts of graphs
fdp
another one for undirected graphs


This is a graph with borders and nodes. Maybe there is an Imagemap used so the nodes may be linking to some Pages.


This is a graph with borders and nodes. Maybe there is an Imagemap used so the nodes may be linking to some Pages.


This is a graph with borders and nodes. Maybe there is an Imagemap used so the nodes may be linking to some Pages.


This is a graph with borders and nodes. Maybe there is an Imagemap used so the nodes may be linking to some Pages.


This is a graph with borders and nodes. Maybe there is an Imagemap used so the nodes may be linking to some Pages.