NSSAC / graph-plot

Contains the graph-plot functionality for net.science.
0 stars 0 forks source link

Added boolean to interpret plot IDs with nodes if the input format is… #12

Closed hcars closed 3 years ago

hcars commented 3 years ago

This adds a flag that will interpret the node IDs in an input edgelist as node labels to be used in the output graph plot. I am setting a constant for the maximum number of nodes in a plot if node labeling is requested. At @cckuhlman @ssravi-1984, do you have a feeling to what this constant should be? 100, 1000, 10000 nodes?

Closes #11