first commit
This commit is contained in:
14
perl/lib/Graph-Easy-0.76/t/txt/dot/4_strings.txt
Normal file
14
perl/lib/Graph-Easy-0.76/t/txt/dot/4_strings.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
edge { arrowstyle: filled; }
|
||||
graph {
|
||||
colorscheme: x11;
|
||||
flow: south;
|
||||
title: graph0;
|
||||
}
|
||||
|
||||
[ Cottbus ] { label: Cottbus; }
|
||||
[ berlin ] { label: Berlin Ost; }
|
||||
[ bonn ] { label: Bonn am Rhein; }
|
||||
[ bonntest ] { label: Bonn (Rhei n); }
|
||||
|
||||
[ bonn ] -- train (ICE) --> [ berlin ]
|
||||
[ bonntest ] --> [ Cottbus ]
|
||||
Reference in New Issue
Block a user