← Back to team overview

gephi.team team mailing list archive

[Bug 603134] [NEW] Can't display edge weight as text

 

Public bug reported:

The system doesn't list "weight" as an attribute in the visualization
"Configure Attributes" window and therefore doesn't allow to display
this weight to users on the graph.

A workaround is to repeat the weight in the edge label:

 <edge id="e0" source="n0" target="n2" weight="12" label="12">

** Affects: gephi
     Importance: Wishlist
     Assignee: Mathieu Bastian (mathieu.bastian)
         Status: Confirmed

** Affects: gephi/0.7
     Importance: Wishlist
         Status: Confirmed


** Tags: edge visualization

** Also affects: gephi/0.7
   Importance: Undecided
       Status: New

** Changed in: gephi/0.7
   Importance: Undecided => Wishlist

** Changed in: gephi/0.7
       Status: New => Confirmed

-- 
Can't display edge weight as text
https://bugs.launchpad.net/bugs/603134
You received this bug notification because you are a member of Gephi
Team, which is subscribed to 0.7.

Status in Gephi - Network exploration and manipulation: Confirmed
Status in Gephi 0.7 series: Confirmed

Bug description:
The system doesn't list "weight" as an attribute in the visualization "Configure Attributes" window and therefore doesn't allow to display this weight to users on the graph.

A workaround is to repeat the weight in the edge label:

 <edge id="e0" source="n0" target="n2" weight="12" label="12">





Follow ups

References