File: ports.dot

package info (click to toggle)
python-pydotplus 2.0.2-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,832 kB
  • sloc: python: 1,755; makefile: 164
file content (27 lines) | stat: -rw-r--r-- 739 bytes parent folder | download | duplicates (10)
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
digraph G {
  node [shape=box];
  TOP -> subgraph a{rank=same a; b; c; d; e; f; };
  subgraph a{rank=same a; b; c; d; e; f; } -> BOTTOM;
  b [shape=record, label="<left>left |{<up>up | <middle>middle | <down>down } | right"]
  d [shape=none 
    label=<<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" CELLBORDER="1">
    <TR>
    <TD PORT="htmlleft">LEFT</TD>
    <TD>MIDDLE</TD>
    <TD BORDER="0">
      <TABLE PORT="inner" BORDER="0" CELLPADDING="0" CELLSPACING="0" CELLBORDER="1">
        <TR><TD>RIGHTTOP</TD></TR>
        <TR><TD>RIGHTBOTTOM</TD></TR>
      </TABLE>
    </TD>
    </TR>
  </TABLE>> ]
  A:s -> a:n
  a:w ->f:e
  f:n -> d:htmlleft
  a:ne -> d:inner:n
  a:s ->b:down:se
  a:w -> B:e
  D -> b:left
  C -> b:middle:e
}