-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSource.gv
42 lines (41 loc) · 1.76 KB
/
Source.gv
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
digraph G {
nodesep=.05;
node [penwidth="0.5", shape=record,width=.1,height=.1];
mainlist [space="0.0", margin="0.01", fontcolor="#444443", fontname="Helvetica", label=<
<table BORDER="0" CELLBORDER="1" CELLSPACING="0">
<tr>
<td cellspacing="0" bgcolor="#FBFEB0" border="1" sides="b" valign="top"><font color="#444443" point-size="9">0</font></td>
</tr>
<tr>
<td port="0" bgcolor="#FBFEB0" border="0" align="center"><font point-size="11">'hi'</font></td>
</tr>
</table>
|
<table BORDER="0" CELLBORDER="1" CELLSPACING="0">
<tr>
<td cellspacing="0" bgcolor="#FBFEB0" border="1" sides="b" valign="top"><font color="#444443" point-size="9">1</font></td>
</tr>
<tr>
<td port="1" bgcolor="#FBFEB0" border="0" align="center"><font point-size="11">'mom'</font></td>
</tr>
</table>
|
<table BORDER="0" CELLBORDER="1" CELLSPACING="0">
<tr>
<td cellspacing="0" bgcolor="#FBFEB0" border="1" sides="b" valign="top"><font color="#444443" point-size="9">2</font></td>
</tr>
<tr>
<td port="2" bgcolor="#FBFEB0" border="0" align="center"><font point-size="11">{3, 4}</font></td>
</tr>
</table>
|
<table BORDER="0" CELLBORDER="1" CELLSPACING="0">
<tr>
<td cellspacing="0" bgcolor="#FBFEB0" border="1" sides="b" valign="top"><font color="#444443" point-size="9">3</font></td>
</tr>
<tr>
<td port="3" bgcolor="#FBFEB0" border="0" align="center"><font point-size="11">{'parrt'→'user'}</font></td>
</tr>
</table>
>];
}