Update all visualization parameters of a graph.
[Go,F] = NL_G_ParametersUpdateNE(G,C,B,D,Ew,Ec,I)
Graph.
Node colour vector.
Node border vector.
Node diameter vector.
Link width vector.
Link colour vector.
Window index.
Output graph.
Handle of the graph window.
NL_G_ParametersUpdateNE updates all visualization parameters of the graph G composed by n nodes and l links. New parameters are the nodes colour vector C of size (1xn), the nodes border vector B of size (1xn), the nodes diameter vector D of size (1xn), the links width vector of size (1xl) and the links colour vector
of size (1xl). The updated graph is displayed within the window of index I defined by its handle F. The output graph is
.