LmCast :: Stay tuned in

GraphViz Pocket Reference – Make a Graph

Recorded: Sept. 17, 2026, 10:09 p.m.

Original Summarized

GraphViz Examples and Tutorial

GraphViz Pocket Reference

Home

Examples

Reference

Make a Graph

About this Site

Related Links

Contact Me

Make A Graph
Enter your DOT definition in the box below, and click Generate to display the resulting graph.

graph {
label="A Simple Graph"
1 -- 2; 2 -- 3; 3 -- 1
1 -- 4; 4 -- 5; 4 -- 6
4 -- 7; 6 -- 8; 8 -- 9
9 -- 10; 9 -- 7; 10 -- 7
6 -- 7
}

Layout Method

dot
neato
twopi
circo
fdp
osage
patchwork
(Just use trial and error to find the method you think works best)

Results

Error:

GraphViz Examples and Tutorial

GraphViz Pocket Reference

Home

Examples

Reference

Make a Graph

About this Site

Related Links

Contact Me

Make A Graph
Enter your DOT definition in the box below, and click Generate to display the resulting graph.

graph {
label="A Simple Graph"
1 -- 2; 2 -- 3; 3 -- 1
1 -- 4; 4 -- 5; 4 -- 6
4 -- 7; 6 -- 8; 8 -- 9
9 -- 10; 9 -- 7; 10 -- 7
6 -- 7
}

Layout Method

dot
neato
twopi
circo
fdp
osage
patchwork
(Just use trial and error to find the method you think works best)

Results

Error: