File: b22.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 (24 lines) | stat: -rw-r--r-- 488 bytes parent folder | download | duplicates (22)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
digraph G {
        rankdir=LR;
node [shape=box];
        size = "7.5,10.0";
ratio = "fill";
center =1;

        /* Node Definitions */


        dc1 [shape=plaintext,label="DC 1"];
        dc10 [shape=plaintext,label="DC 10"];
        dc100 [shape=plaintext,label="DC 100"];

        { rank = same; "dc1"; "dc10"; "dc100"; }

        /* Link Definitions */

        /* Marking Unused Dialing Plans */

        no_dc [shape=plaintext,label="NOTHING"];
        { rank = min; "no_dc"; }
}