Sunday 30 June 2019

Gephi: GEXF: Specify the mode of the graph


A graph can be either static or dynamic. You can specify the graph kind using ‘mode’ attribute.

Below snippet define a static graph.

<graph mode="static">

</graph>

Below snippet define a dynamic graph.

<graph mode="dynamic">

</graph>



Previous                                                 Next                                                 Home

No comments:

Post a Comment