Comment 0 for bug 808078

Revision history for this message
Jakob (myotherinbox) wrote :

According to the documentation (http://gephi.org/users/supported-graph-formats/csv-format/) the following CSV file should load a fully connected three-node graph with edge weights according to the values in the matrix. On my system (Gephi 0.8 Alpha, Windows 7 Professional (eng), Swedish language settings (decimal symbol is comma)) the matrix loads, but all edge values are 1. Replacing the decimal points with commas does not resolve the problem.

;A;B;C
A;1.1;4.3;0.0
B;1.4;2.0;1.1
C;1.0;0.0;3.1