summaryrefslogtreecommitdiff
path: root/manual/APPNOTE_011_Design_Investigation/example_03.dot
blob: 6c00c29aa14977c62a44a15df4986c3ced97811c (plain)
1
2
3
4
5
6
7
8
9
10
11
digraph "example" {
rankdir="LR";
remincross=true;
v0 [ label="a" ];
v1 [ label="b" ];
v2 [ label="$2_Y" ];
c4 [ shape=record, label="{{<p1> A|<p2> B}|$2\n$add|{<p3> Y}}" ];
v0:e -> c4:p1:w [color="black", label=""];
v1:e -> c4:p2:w [color="black", label=""];
c4:p3:e -> v2:w [color="black", style="setlinewidth(3)", label=""];
};