Difference between revisions of "Graph Types"
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
