Add graph references
This commit is contained in:
@@ -0,0 +1,81 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<graphml xmlns="http://graphml.graphdrawing.org/xmlns"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns
|
||||
http://graphml.graphdrawing.org/xmlns/1.0/graphml.xsd">
|
||||
<!-- Created by igraph -->
|
||||
<key id="e_color" for="edge" attr.name="color" attr.type="string"/>
|
||||
<graph id="G" edgedefault="directed">
|
||||
<node id="n0">
|
||||
</node>
|
||||
<node id="n1">
|
||||
</node>
|
||||
<node id="n2">
|
||||
</node>
|
||||
<node id="n3">
|
||||
</node>
|
||||
<edge source="n0" target="n1">
|
||||
<data key="e_color">green</data>
|
||||
</edge>
|
||||
<edge source="n1" target="n2">
|
||||
<data key="e_color">white</data>
|
||||
</edge>
|
||||
<edge source="n2" target="n3">
|
||||
<data key="e_color">black</data>
|
||||
</edge>
|
||||
</graph>
|
||||
</graphml>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<graphml xmlns="http://graphml.graphdrawing.org/xmlns"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns
|
||||
http://graphml.graphdrawing.org/xmlns/1.0/graphml.xsd">
|
||||
<!-- Created by igraph -->
|
||||
<key id="e_color" for="edge" attr.name="color" attr.type="string"/>
|
||||
<graph id="G" edgedefault="directed">
|
||||
<node id="n0">
|
||||
</node>
|
||||
<node id="n1">
|
||||
</node>
|
||||
<node id="n2">
|
||||
</node>
|
||||
<node id="n3">
|
||||
</node>
|
||||
<edge source="n0" target="n1">
|
||||
<data key="e_color">blue</data>
|
||||
</edge>
|
||||
<edge source="n1" target="n2">
|
||||
<data key="e_color">white</data>
|
||||
</edge>
|
||||
<edge source="n2" target="n3">
|
||||
<data key="e_color">black</data>
|
||||
</edge>
|
||||
</graph>
|
||||
</graphml>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<graphml xmlns="http://graphml.graphdrawing.org/xmlns"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns
|
||||
http://graphml.graphdrawing.org/xmlns/1.0/graphml.xsd">
|
||||
<!-- Created by igraph -->
|
||||
<key id="e_color" for="edge" attr.name="color" attr.type="string"/>
|
||||
<graph id="G" edgedefault="directed">
|
||||
<node id="n0">
|
||||
</node>
|
||||
<node id="n1">
|
||||
</node>
|
||||
<node id="n2">
|
||||
</node>
|
||||
<node id="n3">
|
||||
</node>
|
||||
<edge source="n0" target="n1">
|
||||
<data key="e_color">greenredblue</data>
|
||||
</edge>
|
||||
<edge source="n1" target="n2">
|
||||
<data key="e_color">green</data>
|
||||
</edge>
|
||||
<edge source="n2" target="n3">
|
||||
<data key="e_color">green</data>
|
||||
</edge>
|
||||
</graph>
|
||||
</graphml>
|
||||
Reference in New Issue
Block a user