Scilab Function
Last update : 5/9/2006

draw_graph - Display the graph of the network using the layer method

Calling Sequence

draw_graph(g,scale)

Parameters

Description

Display the graph of the network without giving the g('node_x') and g('node_y'). The function will obtain the g('node_x') and g('node_y') automatically.

Examples

	  [a b]=ba(6,4,9994);
	  g=make_graph('ab',0,10000,a,b);
	  draw_graph(g,1);
	  

See Also

draw_degree ,  

Authors

Wubo