different type of edges

Asked by Sarah Mulutzie

Is there a simple way to create different type of edges with in the same network, so you can view only one type or the other?

Question information

Language:
English Edit question
Status:
Answered
For:
Gephi Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Sébastien Heymann (sebastien.heymann) said :
#1

Hi,

Please share a sample of the file to help us finding the bug :)

Also on loading, the parents are not visible as only the leafs are displayed. The concept of hierarchy in Gephi is not adapted to visualize trees, but to view "meta-groups".

Revision history for this message
Sarah Mulutzie (sarahmulutzie) said :
#2

Thanks, we were hoping to have the parent child tree displayed in the gui and then we can create edges to represent communication links. Here is the file

<?xml version="1.0" encoding="UTF8"?>
<gexf xmlns="http://www.gexf.net/1.2draft"
xmlns:xsi="http://www.w3.org/2001/XMLSchemainstance"
xsi:schemaLocation="http://www.gexf.net/1.2draft
http://www.gexf.net/1.2draft/gexf.xsd"
version="1.2">
<meta lastmodifieddate="2010-12-07">
<creator>Gephi.org</creator>
<description>Comms 2.0 debugging graph</description>
<keywords>debugging, hacks, poorlywrittenjava</keywords>
</meta>
<graph mode="dynamic" timeformat="integer" start="0" end="1000">
<attributes class="node">
 <attribute id="0" title="type" type="string" >
  <default>AGENT</default>
  <options>AGENT|NETWORK|MESSAGE</options>
 </attribute>
</attributes>
<attributes class="edge" mode="dynamic">
 <attribute id="0" title="importance" type="double"/>
</attributes>
 <nodes>
  <node id="0" label="root" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="NETWORK" />
   </attvalues>
  </node>
  <node id="1" label="level-1-a" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="NETWORK" />
   </attvalues>
  </node>
  <node id="2" label="level-1-b" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="NETWORK" />
   </attvalues>
  </node>
  <node id="3" label="level-2-aa" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="NETWORK" />
   </attvalues>
  </node>
  <node id="4" label="level-2-ab" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="NETWORK" />
   </attvalues>
  </node>
  <node id="5" label="level-2-ac" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="NETWORK" />
   </attvalues>
  </node>
  <node id="6" label="level-2-ba" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="NETWORK" />
   </attvalues>
  </node>
  <node id="7" label="level-2-bb" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="NETWORK" />
   </attvalues>
  </node>
  <node id="8" label="level-2-bc" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="NETWORK" />
   </attvalues>
  </node>
  <node id="9" label="9" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="0" />
   </parents>
  </node>
  <node id="10" label="10" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="0" />
   </parents>
  </node>
  <node id="11" label="11" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="0" />
   </parents>
  </node>
  <node id="12" label="12" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="0" />
   </parents>
  </node>
  <node id="13" label="13" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="0" />
   </parents>
  </node>
  <node id="14" label="14" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="0" />
   </parents>
  </node>
  <node id="15" label="15" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="0" />
   </parents>
  </node>
  <node id="17" label="17" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="0" />
   </parents>
  </node>
  <node id="16" label="16" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="0" />
   </parents>
  </node>
  <node id="19" label="19" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="1" />
   </parents>
  </node>
  <node id="18" label="18" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="0" />
   </parents>
  </node>
  <node id="21" label="21" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="1" />
   </parents>
  </node>
  <node id="20" label="20" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="1" />
   </parents>
  </node>
  <node id="23" label="23" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="1" />
   </parents>
  </node>
  <node id="22" label="22" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="1" />
   </parents>
  </node>
  <node id="25" label="25" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="1" />
   </parents>
  </node>
  <node id="24" label="24" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="1" />
   </parents>
  </node>
  <node id="27" label="27" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="1" />
   </parents>
  </node>
  <node id="26" label="26" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="1" />
   </parents>
  </node>
  <node id="29" label="29" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="2" />
   </parents>
  </node>
  <node id="28" label="28" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="1" />
   </parents>
  </node>
  <node id="31" label="31" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="2" />
   </parents>
  </node>
  <node id="30" label="30" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="2" />
   </parents>
  </node>
  <node id="34" label="34" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="2" />
   </parents>
  </node>
  <node id="35" label="35" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="2" />
   </parents>
  </node>
  <node id="32" label="32" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="2" />
   </parents>
  </node>
  <node id="33" label="33" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="2" />
   </parents>
  </node>
  <node id="38" label="38" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="2" />
   </parents>
  </node>
  <node id="39" label="39" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="3" />
   </parents>
  </node>
  <node id="36" label="36" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="2" />
   </parents>
  </node>
  <node id="37" label="37" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="2" />
   </parents>
  </node>
  <node id="42" label="42" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="3" />
   </parents>
  </node>
  <node id="43" label="43" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="3" />
   </parents>
  </node>
  <node id="40" label="40" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="3" />
   </parents>
  </node>
  <node id="41" label="41" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="3" />
   </parents>
  </node>
  <node id="46" label="46" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="3" />
   </parents>
  </node>
  <node id="47" label="47" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="3" />
   </parents>
  </node>
  <node id="44" label="44" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="3" />
   </parents>
  </node>
  <node id="45" label="45" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="3" />
   </parents>
  </node>
  <node id="51" label="51" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="4" />
   </parents>
  </node>
  <node id="50" label="50" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="4" />
   </parents>
  </node>
  <node id="49" label="49" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="4" />
   </parents>
  </node>
  <node id="48" label="48" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="3" />
   </parents>
  </node>
  <node id="55" label="55" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="4" />
   </parents>
  </node>
  <node id="54" label="54" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="4" />
   </parents>
  </node>
  <node id="53" label="53" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="4" />
   </parents>
  </node>
  <node id="52" label="52" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="4" />
   </parents>
  </node>
  <node id="59" label="59" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="5" />
   </parents>
  </node>
  <node id="58" label="58" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="4" />
   </parents>
  </node>
  <node id="57" label="57" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="4" />
   </parents>
  </node>
  <node id="56" label="56" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="4" />
   </parents>
  </node>
  <node id="63" label="63" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="5" />
   </parents>
  </node>
  <node id="62" label="62" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="5" />
   </parents>
  </node>
  <node id="61" label="61" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="5" />
   </parents>
  </node>
  <node id="60" label="60" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="5" />
   </parents>
  </node>
  <node id="68" label="68" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="5" />
   </parents>
  </node>
  <node id="69" label="69" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="6" />
   </parents>
  </node>
  <node id="70" label="70" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="6" />
   </parents>
  </node>
  <node id="71" label="71" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="6" />
   </parents>
  </node>
  <node id="64" label="64" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="5" />
   </parents>
  </node>
  <node id="65" label="65" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="5" />
   </parents>
  </node>
  <node id="66" label="66" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="5" />
   </parents>
  </node>
  <node id="67" label="67" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="5" />
   </parents>
  </node>
  <node id="76" label="76" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="6" />
   </parents>
  </node>
  <node id="77" label="77" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="6" />
   </parents>
  </node>
  <node id="78" label="78" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="6" />
   </parents>
  </node>
  <node id="79" label="79" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="7" />
   </parents>
  </node>
  <node id="72" label="72" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="6" />
   </parents>
  </node>
  <node id="73" label="73" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="6" />
   </parents>
  </node>
  <node id="74" label="74" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="6" />
   </parents>
  </node>
  <node id="75" label="75" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="6" />
   </parents>
  </node>
  <node id="85" label="85" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="7" />
   </parents>
  </node>
  <node id="84" label="84" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="7" />
   </parents>
  </node>
  <node id="87" label="87" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="7" />
   </parents>
  </node>
  <node id="86" label="86" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="7" />
   </parents>
  </node>
  <node id="81" label="81" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="7" />
   </parents>
  </node>
  <node id="80" label="80" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="7" />
   </parents>
  </node>
  <node id="83" label="83" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="7" />
   </parents>
  </node>
  <node id="82" label="82" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="7" />
   </parents>
  </node>
  <node id="93" label="93" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="8" />
   </parents>
  </node>
  <node id="92" label="92" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="8" />
   </parents>
  </node>
  <node id="95" label="95" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="8" />
   </parents>
  </node>
  <node id="94" label="94" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="8" />
   </parents>
  </node>
  <node id="89" label="89" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="8" />
   </parents>
  </node>
  <node id="88" label="88" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="7" />
   </parents>
  </node>
  <node id="91" label="91" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="8" />
   </parents>
  </node>
  <node id="90" label="90" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="8" />
   </parents>
  </node>
  <node id="102" label="102" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="1" />
    <parent for="4" />
   </parents>
  </node>
  <node id="103" label="103" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="1" />
    <parent for="5" />
   </parents>
  </node>
  <node id="100" label="100" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="0" />
    <parent for="2" />
   </parents>
  </node>
  <node id="101" label="101" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="1" />
    <parent for="3" />
   </parents>
  </node>
  <node id="98" label="98" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="8" />
   </parents>
  </node>
  <node id="99" label="99" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="0" />
    <parent for="1" />
   </parents>
  </node>
  <node id="96" label="96" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="8" />
   </parents>
  </node>
  <node id="97" label="97" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="8" />
   </parents>
  </node>
  <node id="106" label="106" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="2" />
    <parent for="8" />
   </parents>
  </node>
  <node id="104" label="104" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="2" />
    <parent for="6" />
   </parents>
  </node>
  <node id="105" label="105" start="0" end="1000" >
   <attvalues>
    <attvalue for="0" value="AGENT" />
   </attvalues>
   <parents>
    <parent for="2" />
    <parent for="7" />
   </parents>
  </node>
 </nodes>
 <edges>
 </edges>
</graph>
</gexf>

Revision history for this message
Sébastien Heymann (sebastien.heymann) said :
#3

There is a bug in Gephi: the hierarchy is not created.

Anyway, use normal edges with an attribute named "parent of" for instance, and you'll see the tree.

cheers!

Revision history for this message
Sarah Mulutzie (sarahmulutzie) said :
#4

ok... thanks

Revision history for this message
Sébastien Heymann (sebastien.heymann) said :
#5

Just add an edge attribute called...whatever, "type" for instance.

Then in Gephi filters, use Attributes > Equal in the library to filter the edges.

Can you help with this problem?

Provide an answer of your own, or ask Sarah Mulutzie for more information if necessary.

To post a message you must log in.