draw_graph - Display the graph of the network using the layer method
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.
[a b]=ba(6,4,9994); g=make_graph('ab',0,10000,a,b); draw_graph(g,1);