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
+40-40Lines changed: 40 additions & 40 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Open Gephi Lite
4
4
5
-
> Open Gephi Lite by visiting the address https://gephi.org/gephi-lite/ in your browser (preferably Firefox or Chrome)
5
+
> -Open Gephi Lite by visiting the address https://gephi.org/gephi-lite/ in your browser (preferably Firefox or Chrome)
6
6
7
7
</section>
8
8
@@ -111,20 +111,19 @@ In the “Appearance” menu on the left side of the graph window, you can chang
111
111
112
112
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.
113
113
114
-
> Click on "Appearance", then “Nodes”.
115
-
> In the “Set color from...” drop-down menu select “modularity_class”.
116
-
117
-
> Check the “Shade nodes colors”.
118
-
> Select “Size” from the drop-down menu.
119
-
> Chose black from the “Target color” color picker.
120
-
> Set the “Shading degree” to 0,7.
114
+
> - Click on "Appearance", then “Nodes”.
115
+
> - In the “Set color from...” drop-down menu select “modularity_class”.
116
+
> - Check the “Shade nodes colors”.
117
+
> - Select “Size” from the drop-down menu.
118
+
> - Chose black from the “Target color” color picker.
@@ -156,16 +155,16 @@ Under "Appearance”, in the submenu “Labels”, you can change the size and d
156
155
157
156
In the “Layout” menu, you can modify the spatialisation of the graph by choosing one of the algorithms offered.
158
157
159
-
> Unfold the “Layout” menu.
160
-
> Select “ForceAtlas 2” — the force-directed algorithm especially developed for Gephi.
161
-
> Click the button “Start” at the bottom of the menu to launch the algorithm and see the nodes repulse each other and the edges binding the nodes that they connects.
162
-
> When the algorithm has reached a stable balance between the two forces and you are satisfied with the result, click “Stop” to halt the spatialization process.
158
+
> -Unfold the “Layout” menu.
159
+
> -Select “ForceAtlas 2” — the force-directed algorithm especially developed for Gephi.
160
+
> -Click the button “Start” at the bottom of the menu to launch the algorithm and see the nodes repulse each other and the edges binding the nodes that they connects.
161
+
> -When the algorithm has reached a stable balance between the two forces and you are satisfied with the result, click “Stop” to halt the spatialization process.
163
162
164
163
You will find that you need to play around with the settings to obtain a readable network:
165
164
166
-
> Check the “Adjust size?” check-box.
167
-
> Change the “Scaling ratio” to 30 to give the graph more space.
168
-
> Click “Start” again to launch the algorithm with the new settings.
165
+
> -Check the “Adjust size?” check-box.
166
+
> -Change the “Scaling ratio” to 30 to give the graph more space.
167
+
> -Click “Start” again to launch the algorithm with the new settings.
169
168
170
169

171
170
@@ -187,10 +186,11 @@ The “Metrics” menu on the left side of the screen allows you to calculate ce
187
186
188
187
<section>
189
188
190
-
### “Betweeness centrality”
189
+
### Betweeness centrality
191
190
192
-
> To calculate betweenness centrality, select it under the “Metric” menu and click on “Compute metric” at the very bottom of the menu.
193
-
> The values for this metric are now recorded in the Nodes table of the “Data” table in fresh new columns.
191
+
> - Select “Betweeness centrality” under the “Metric” menu
192
+
> - Click on “Compute metric” at the very bottom of the menu.
193
+
> - The values for this metric are now recorded in the Nodes table of the “Data” table in a fresh new column labeled “BetweenessCentrality”.
@@ -222,12 +222,12 @@ You can now return to the “Appearance” window to change the colour of the no
222
222
223
223
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.
224
224
225
-
> open the filter panel by clicking on “Filters” in menu
226
-
> Click on “Add Filter” button.
227
-
> In the modal section entitled “Nodes attributes” click on “Degree (dynamic)”.
228
-
> Gephi Lite will automatically generate an histogram of the distribution of the degree in your network
229
-
> Increase the “Min” value to 2, to hide all the nodes with less than 2 connections.
230
-
> The small histogram now shows that you are no longer viewing the entire network.
225
+
> - Open the filter panel by clicking on “Filters” in menu
226
+
> -Click on “Add Filter” button.
227
+
> -In the modal section entitled “Nodes attributes” click on “Degree (dynamic)
228
+
> -Gephi Lite will automatically generate an histogram of the distribution of the degree in your network
229
+
> -Increase the “Min” value to 2, to hide all the nodes with less than 2 connections.
230
+
> -The small histogram now shows that you are no longer viewing the entire network.
231
231
232
232

233
233
@@ -239,14 +239,14 @@ The “Filters” menu allows you to filter your graph in multiple ways based on
239
239
240
240
To export your network file:
241
241
242
-
> Open the “Workspace” menu at the top left of Gephi Lite's interface.
243
-
> Select “Export graph file” to download your network in .gexf format.
242
+
> -Open the “Workspace” menu at the top left of Gephi Lite's interface.
243
+
> -Select “Export graph file” to download your network in .gexf format.
244
244
245
245

246
246
247
247
To export the network picture:
248
248
249
-
> Select “Export image” to download a .png snapshot of your network as you visualized it
249
+
> -Select “Export image” to download a .png snapshot of your network as you visualized it
0 commit comments