[gephi-dev] viz options in Gephi 0.8 alpha

Stephen Taylor stephen.taylor at imm.ox.ac.uk
Mon Aug 22 11:39:56 CEST 2011


Hi,

I am trying various visualisation options (please see example below) in Gephi 0.8 alpha. Some of these appear to work 
(node:color, position; edge:color) but when I tried to change the shape of a node to square this didn't work. I also 
tried to change the thickness attribute of an edge but it didn't appear to have any effect, no matter what value I put 
in. Am I doing something wrong? Are all viz options in http://gexf.net/1.2draft/gexf-12draft-primer.pdf supported in Gephi?

Thanks for any help,

Steve


<?xml version="1.0" encoding="UTF-8"?>
<gexf xmlns="http://www.gexf.net/1.2draft" 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.2draft 
http://www.gexf.net/1.2draft/gexf.xsd" version="1.2">
     <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>
	    <node id="b" label="glossy">
                 <viz:color r="255" g="0" b="0" a="0.6"/>
                 <viz:size value="10"/>
                 <viz:shape value="square"/>
             </node>	
         </nodes>
	<edges>
		<edge id='0' source='a' target='b'>
		<viz:color r='157' g='213' b='78'/>
		<viz:thickness value='10'/>
		<viz:shape value='solid'/>
		</edge>
	</edges>
     </graph>
</gexf>



More information about the gephi-dev mailing list