Update all visualization parameters of a graph.
[grm,f]=NARVAL_G_VisParMod(gr,c,b,d,ew,ec,ind)
network graph.
vector with each node colour.
vector with each node border.
vector with each node diameter.
vector with each link width.
vector with each link colour.
window index.
output network graph.
handle of the graph window.
NARVAL_G_VisParMod updates all visualization parameters of the graph gr 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 ew of size 1xl and the links colour vector ec of size 1xl. The updated graph is diplayed in the window of index ind with its handle f. The output graph is grm.