Visualization

This module is an extension using a different namespace. It provides attributes for coloring in RGBA, positioning inside a 3D space, setting size, color, position and shape of nodes and edges.

http://gexf.net/data/viz.gexf
<?xml version="1.0" encoding="UTF-8"?>
<gexf xmlns="http://gexf.net/1.3" xmlns:viz="http://gexf.net/1.3/viz" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://gexf.net/1.3 http://gexf.net/1.3/gexf.xsd" version="1.3">
    <graph>
        <nodes>
            <node id="a" label="glossy">
                <viz:color r="239" g="173" b="66" a="0.6"/>
                <viz:position x="15.783598" y="40.109245" z="0.0"/>
                <viz:size value="2.0375757"/>
                <viz:shape value="disc"/>
            </node>
        </nodes>
    </graph>
</gexf>

Color can also be represented using hex representations


<viz:color hex="#FF0022"/>
                

Get more details on how to get your graphs stylish in the Primer.

And finally see some real examples with our datasets.