Visualization
This module is an extension using a different namespace. It provides attributes for coloring in RGB, positioning inside a 3D space, setting the size of nodes and the shape.
http://gexf.net/data/viz.gexf
<?xml version="1.0" encoding="UTF-8"?>
<gexf xmlns="http://www.gexf.net/1.1draft" xmlns:viz="http://www.gexf.net/1.1draft/viz" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.gexf.net/1.1draft http://www.gexf.net/1.1draft/gexf.xsd" version="1.1">
<graph>
<nodes>
<node id="a" label="glossy">
<viz:color r="239" g="173" b="66"/>
<viz:position x="15.783598" y="40.109245" z="0.0"/>
<viz:size value="2.0375757"/>
<viz:shape value="disc"/>
</node>
</nodes>
</graph>
</gexf>
Get more details on how to get your graphs stylish in the Primer.
And finally see some real examples with our datasets.
-
Overview
-
Specifications
-
Examples
-
Communication
-
Tools
- libgexf: an open source C++ library and validator
- gexfExplorer: an open source Flash visualizer
-
Graph Drawing Links
-
File Format Links