Difference between revisions of "Graph Types"

From FreekiWiki
Jump to navigation Jump to search
m
Line 32: Line 32:
 
   Prebuild -> Build
 
   Prebuild -> Build
 
   Prebuild -> WhiteHole
 
   Prebuild -> WhiteHole
  WhiteHole -> ThriftStore
 
 
   Build -> ThriftStore
 
   Build -> ThriftStore
 
   Build -> HardwareGrants
 
   Build -> HardwareGrants
Line 42: Line 41:
 
   Printers -> HardwareGrants
 
   Printers -> HardwareGrants
 
   Printers -> Infrastructure
 
   Printers -> Infrastructure
 +
  WhiteHole -> ThriftStore
 +
  WhiteHole -> HardwareGrants
 +
  WhiteHole -> Infrastructure
  
 
   }
 
   }
Line 75: Line 77:
 
   Prebuild -> Build
 
   Prebuild -> Build
 
   Prebuild -> WhiteHole
 
   Prebuild -> WhiteHole
  WhiteHole -> ThriftStore
 
 
   Build -> ThriftStore
 
   Build -> ThriftStore
 
   Build -> HardwareGrants
 
   Build -> HardwareGrants
Line 85: Line 86:
 
   Printers -> HardwareGrants
 
   Printers -> HardwareGrants
 
   Printers -> Infrastructure
 
   Printers -> Infrastructure
 +
  WhiteHole -> ThriftStore
 +
  WhiteHole -> HardwareGrants
 +
  WhiteHole -> Infrastructure
  
 
   }
 
   }
Line 118: Line 122:
 
   Prebuild -> Build
 
   Prebuild -> Build
 
   Prebuild -> WhiteHole
 
   Prebuild -> WhiteHole
  WhiteHole -> ThriftStore
 
 
   Build -> ThriftStore
 
   Build -> ThriftStore
 
   Build -> HardwareGrants
 
   Build -> HardwareGrants
Line 128: Line 131:
 
   Printers -> HardwareGrants
 
   Printers -> HardwareGrants
 
   Printers -> Infrastructure
 
   Printers -> Infrastructure
 +
  WhiteHole -> ThriftStore
 +
  WhiteHole -> HardwareGrants
 +
  WhiteHole -> Infrastructure
  
 
   }
 
   }
Line 161: Line 167:
 
   Prebuild -> Build
 
   Prebuild -> Build
 
   Prebuild -> WhiteHole
 
   Prebuild -> WhiteHole
  WhiteHole -> ThriftStore
 
 
   Build -> ThriftStore
 
   Build -> ThriftStore
 
   Build -> HardwareGrants
 
   Build -> HardwareGrants
Line 171: Line 176:
 
   Printers -> HardwareGrants
 
   Printers -> HardwareGrants
 
   Printers -> Infrastructure
 
   Printers -> Infrastructure
 +
  WhiteHole -> ThriftStore
 +
  WhiteHole -> HardwareGrants
 +
  WhiteHole -> Infrastructure
  
 
   }
 
   }
Line 204: Line 212:
 
   Prebuild -> Build
 
   Prebuild -> Build
 
   Prebuild -> WhiteHole
 
   Prebuild -> WhiteHole
  WhiteHole -> ThriftStore
 
 
   Build -> ThriftStore
 
   Build -> ThriftStore
 
   Build -> HardwareGrants
 
   Build -> HardwareGrants
Line 214: Line 221:
 
   Printers -> HardwareGrants
 
   Printers -> HardwareGrants
 
   Printers -> Infrastructure
 
   Printers -> Infrastructure
 +
  WhiteHole -> ThriftStore
 +
  WhiteHole -> HardwareGrants
 +
  WhiteHole -> Infrastructure
  
 
   }
 
   }
 
</graphviz>
 
</graphviz>

Revision as of 08:57, 29 October 2005

These are the same graphs shown with different rendering engines:

dot
for directed graphs (standard)
start graph like this: <graphviz>#!/usr/bin/dot
or just like this: <graphviz>


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

neato
for undirected graphs
start graph like this: <graphviz>#!/usr/bin/neato

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

twopi
radial layouts of graphs
start graph like this: <graphviz>#!/usr/bin/twopi

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

circo
circular layouts of graphs
start graph like this: <graphviz>#!/usr/bin/circo

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

fdp
another one for undirected graphs
start graph like this: <graphviz>#!/usr/bin/fdp

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