Replies: 1 comment 1 reply
|
Just to be clear this is what i expect (Screenshot from a youtube-video): Thanks - Enomine |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Hi,
a) downloaded Gephi 0.10.1.
b) Saw that it supports CSV-Format: https://gephi.org/users/supported-graph-formats/csv-format/
c) Put the data into a matrix:
I) original
Freelancer_Matrix_Beziehungen_fuer_Gephi_original.csv
d) loaded this CSV. On import he warns about negative weights.
e) Under "Layout" i choose "Fruchterman Reingold" and pushed "start". Tried different speed (1, 10, 100)
f) Nothing meaningful happens. The graph does just dither / shake / quiver / jitter (don't know what is the best translation of german "zittern").
g) Tried no negative weights by adding 0.5 to every weight:
II) No negative weights (added 0.5 to every)
Freelancer_Matrix_Beziehungen_fuer_Gephi_no_negative.csv
h) Nothing meaningful happens.
i) Tried no weights under 1 by multipliing with 10 to every weight:
III) No weights under 1 (multiplied 10)
Freelancer_Matrix_Beziehungen_fuer_Gephi_no_negative_and_times_10.csv
j) Nothing meaningful happens.
Could anyone help me doing my first steps?
Thanks - Enomine
All reactions