first commit
This commit is contained in:
7
perl/lib/Graph-Easy-0.76/t/in/dot/3_node_label.dot
Normal file
7
perl/lib/Graph-Easy-0.76/t/in/dot/3_node_label.dot
Normal file
@@ -0,0 +1,7 @@
|
||||
digraph Graphname {
|
||||
graph [ label="\G" ]
|
||||
node [ label="\G \N" ]
|
||||
|
||||
0 -> 1 [ label="\E \G \T \H" ]
|
||||
2 [ label="Name: \N \G" ]
|
||||
}
|
||||
Reference in New Issue
Block a user