bhargavchippada / forceatlas2

Fastest Gephi's ForceAtlas2 graph layout algorithm implemented for Python and NetworkX
GNU General Public License v3.0
280 stars 80 forks source link

support node with labels? #19

Closed YourGc closed 4 years ago

YourGc commented 4 years ago

hello, thx for your kind,but does this project support node which has label?

bhargavchippada commented 4 years ago

@YourGc You can add labels to the graph during visualization at the end using Networkx or Matplotlib functionality for example.