first commit
This commit is contained in:
17
perl/lib/Graph-Easy-0.76/t/txt/8_points.txt
Normal file
17
perl/lib/Graph-Easy-0.76/t/txt/8_points.txt
Normal file
@@ -0,0 +1,17 @@
|
||||
node { shape: point; }
|
||||
|
||||
[ B ] { pointstyle: square; }
|
||||
[ C ] { pointstyle: dot; }
|
||||
[ D ] { pointstyle: circle; }
|
||||
[ E ] { pointstyle: diamond; }
|
||||
[ F ] { pointstyle: cross; }
|
||||
[ G ] { shape: invisible; }
|
||||
[ H ] { pointstyle: star; }
|
||||
|
||||
[ A ] --> [ B ]
|
||||
[ B ] --> [ C ]
|
||||
[ C ] --> [ D ]
|
||||
[ D ] --> [ E ]
|
||||
[ E ] --> [ F ]
|
||||
[ F ] --> [ G ]
|
||||
[ G ] --> [ H ]
|
||||
Reference in New Issue
Block a user