Network::showGraph -- plots a
network
Introduction plots the network
Network::showGraph(N)N.
Call(s)Network::showGraph(N)
ParametersN |
- | network |
Returnsthe value of type DOM_NULL
DetailsNetwork::showGraph(N) gives s simple
visual representation of the network N. Up to now no
optimization with respect to a minimal number of intersection points of
the edges is done. Actually, all nodes of the network are drawn at
equal intervals around a circle.
Example
1>> Network::showGraph(Network::complete(4))
>> Network::showGraph(Network::random()[1])
Network::ShowGraph