12 lines
188 B
Plaintext
12 lines
188 B
Plaintext
edge { arrowstyle: filled; }
|
|
graph {
|
|
colorscheme: x11;
|
|
flow: south;
|
|
title: unnamed;
|
|
}
|
|
|
|
[ Berlin ] { shape: rect; border: broad; }
|
|
[ Bonn ] { border: bold; }
|
|
|
|
[ Bonn ] --> [ Berlin ]
|