Edge weight scale is different between Graph and Preview

Bug #569329 reported by Mathieu Bastian
14
This bug affects 3 people
Affects Status Importance Assigned to Milestone
Gephi
Fix Released
Wishlist
Unassigned
0.7
Fix Released
Wishlist
Unassigned

Bug Description

Edge weight appears differently in Graph and Preview. In Graph the scale makes different weight appears more different and therefore improve readability. The formula is like this, just scale it between 0.4 - 8

MIN = 0.4
MAX = 8
min = minimum edge weight in the graph
max = maximum edge weight in the graph
w = edge's weight
s = the scale the user can configure

ratio= (MAX - MIN) / (max - min)
weight = ((w - min) * ratio+ MIN) * s;

Tags: preview
Revision history for this message
Mathieu Bastian (mathieu.bastian) wrote :

Fixed in rev 1709

Changed in gephi:
status: Confirmed → Fix Committed
Revision history for this message
Mathieu Bastian (mathieu.bastian) wrote :

New option 'Rescale Edge Weight' in Preview to have the same behavior as Overview

Changed in gephi:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.