Skip to content

Instantly share code, notes, and snippets.

@sim51
Last active February 3, 2023 16:50
Show Gist options
  • Save sim51/cbb0cdc4ae873ddd302fd714508e0d36 to your computer and use it in GitHub Desktop.
Save sim51/cbb0cdc4ae873ddd302fd714508e0d36 to your computer and use it in GitHub Desktop.
Small
<?xml version="1.0" encoding="UTF-8"?>
<gexf version="1.2" xmlns="http://www.gexf.net/1.2draft" xmlns:viz="http:///www.gexf.net/1.1draft/viz">
<meta/>
<graph defaultedgetype="directed">
<attributes class="node">
<attribute id="rawSize" title="rawSize" type="integer"/>
</attributes>
<attributes class="edge">
<attribute id="rawSize" title="rawSize" type="integer"/>
</attributes>
<nodes>
<node id="0" label="Hello">
<attvalues>
<attvalue for="rawSize" value="6"/>
</attvalues>
<viz:size value="0"/>
<viz:position x="48.692155599205265" y="43.58786126072247"/>
</node>
<node id="1" label="Word">
<attvalues>
<attvalue for="rawSize" value="6"/>
</attvalues>
<viz:size value="0"/>
<viz:position x="0.9162971616202054" y="76.96087209315479"/>
</node>
</nodes>
<edges>
<edge id="geid_37_0" source="0" target="1">
<attvalues>
<attvalue for="rawSize" value="1"/>
</attvalues>
<viz:size value="0"/>
</edge>
</edges>
</graph>
</gexf>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment