File: hierarchy4.gexf

package info (click to toggle)
golang-gonum-v1-gonum 0.15.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 18,792 kB
  • sloc: asm: 6,252; fortran: 5,271; sh: 377; ruby: 211; makefile: 98
file content (29 lines) | stat: -rw-r--r-- 1,123 bytes parent folder | download | duplicates (5)
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
<?xml version="1.0" encoding="UTF-8"?>
<gexf xmlns="http://www.gexf.net/1.2draft"
 xmlns:viz="http://www.gexf.net/1.2draft/viz"
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xsi:schemaLocation="http://www.gexf.net/1.2draft
                     http://www.gexf.net/1.2draft/gexf.xsd" 
 version="1.2">
    <meta lastmodifieddate="2009-10-01">
        <creator>Gephi.org</creator>
        <description>A hierarchy file</description>
    </meta>
    <graph mode="static" defaultedgetype="directed">
        <nodes>
          <node id="g" label="frog2" pid="e" />
          <node id="a" label="Kevin Bacon" />
          <node id="c" label="human1" pid="b" />
          <node id="b" label="God" pid="a" />
          <node id="e" label="Me" pid="a" />
          <node id="d" label="human2" pid="b" />
          <node id="f" label="frog1" pid="e" />
        </nodes>
        <edges>
            <edge id="0" source="b" target="e" />
            <edge id="1" source="c" target="d" />
            <edge id="2" source="g" target="b" />
            <edge id="3" source="f" target="a" />
        </edges>
    </graph>
</gexf>