You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/components/how-to/GephiLite.md
-24Lines changed: 0 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,10 +103,6 @@ On the bottom right of the graph, buttons allows you to switch between a series
103
103
104
104
In the “Appearance” menu on the left side of the graph window, you can change the colour and size of nodes, edges and of their label based on pre-existing attributes or metrics calculated by Gephi.
105
105
106
-
</section>
107
-
108
-
<section>
109
-
110
106
### “Nodes Appearance”
111
107
112
108
By default in this sample GEXF dataset, nodes are coloured according to their “Modularity class”, a category obtained by a community detection calculation. You can change this choice or the palette of color used to represent it.
@@ -127,10 +123,6 @@ By default in this sample GEXF dataset, nodes are coloured according to their
127
123
128
124

129
125
130
-
</section>
131
-
132
-
<section>
133
-
134
126
### “Labels Appearance”
135
127
136
128
Under "Appearance”, in the submenu “Labels”, you can change the size and density of the labels of you graph.
@@ -147,10 +139,6 @@ Under "Appearance”, in the submenu “Labels”, you can change the size and d
147
139
148
140
## Playing with the layout
149
141
150
-
</section>
151
-
152
-
<section>
153
-
154
142
### ForceAtlas2
155
143
156
144
In the “Layout” menu, you can modify the spatialisation of the graph by choosing one of the algorithms offered.
@@ -174,18 +162,10 @@ You will find that you need to play around with the settings to obtain a readabl
174
162
175
163
## Graph metrics
176
164
177
-
</section>
178
-
179
-
<section>
180
-
181
165
### “Metrics”
182
166
183
167
The “Metrics” menu on the left side of the screen allows you to calculate certain properties of the graph. For example, it includes centrality metrics and calculations that provide information about the overall structure of the network, its clusters, and communities.
184
168
185
-
</section>
186
-
187
-
<section>
188
-
189
169
### Betweeness centrality
190
170
191
171
> - Select “Betweeness centrality” under the “Metric” menu
@@ -214,10 +194,6 @@ You can now return to the “Appearance” window to change the colour of the no
214
194
215
195
## Filtering the graph
216
196
217
-
</section>
218
-
219
-
<section>
220
-
221
197
### “Filters”
222
198
223
199
The “Filters” menu allows you to filter your graph in multiple ways based on attributes or properties of nodes or edges, as well as based on the overall topology of the network.
0 commit comments