Return the most important node data fields of a graph.
[X,Y,B,D,C,N] = NL_G_NodeDataFields(G)
Graph.
Nodes' x-coordinates.
Nodes' y-coordinates.
Nodes' border.
Nodes' diameter.
Nodes' color.
Number of nodes.
NL_G_NodeDataFields returns the most important nodes parameter of the graph G. X (respectivelly Y) is composed by the x-coordinate (respectivelly y-coordinate) of each node. Visualization parameters are composed by the nodes border B, the nodes diameter D, and the nodes color C. N provides the number of nodes of the graph.