~ubuntu-branches/ubuntu/lucid/graphviz/lucid-security

« back to all changes in this revision

Viewing changes to graphs/directed/mike.dot

  • Committer: Bazaar Package Importer
  • Author(s): Stephen M Moraco
  • Date: 2002-02-05 18:52:12 UTC
  • Revision ID: james.westby@ubuntu.com-20020205185212-8i04c70te00rc40y
Tags: upstream-1.7.16
ImportĀ upstreamĀ versionĀ 1.7.16

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
digraph mike{
 
2
size = "8,8";
 
3
        a -> A;
 
4
        a -> m;
 
5
        a -> E;
 
6
        t -> O;
 
7
        r -> V;
 
8
        r -> Q;
 
9
        p -> B;
 
10
        m -> R;
 
11
        l -> C;
 
12
        c -> C;
 
13
        W -> X;
 
14
        W -> D;
 
15
        V -> W;
 
16
        T -> U;
 
17
        Q -> T;
 
18
        Q -> H;
 
19
        Q -> A;
 
20
        O -> K;
 
21
        L -> U;
 
22
        K -> L;
 
23
        K -> J;
 
24
        K -> E;
 
25
        J -> I;
 
26
        R -> B;
 
27
        P -> F;
 
28
        H -> R;
 
29
        H -> P;
 
30
        U -> H;
 
31
        G -> U;
 
32
        E -> G;
 
33
        C -> Z;
 
34
        C -> D;
 
35
        S -> D;
 
36
        B -> N;
 
37
        B -> D;
 
38
        B -> S;
 
39
        M -> B;
 
40
        A -> M;
 
41
        N -> Y;
 
42
}