Last active
January 4, 2024 10:30
-
-
Save MainasuK/9711cb43b450c0d597935a003d425b50 to your computer and use it in GitHub Desktop.
The graph for anime game
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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"> | |
<nodes> | |
<node id="39C9D8B9-F265-4449-BA40-C1B6B938EC6E" label="旅行者"> | |
<viz:size/> | |
<viz:position x="3.322254539281135" y="0.4546701587541284"/> | |
</node> | |
</nodes> | |
<edges/> | |
</graph> | |
</gexf> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment