| Hosted by CoCalc | Download
# Create a graph G = graphs.CompleteGraph(4) print "BEFORE SHOW" show(G) print "AFTER SHOW" print "BEFORE DOT-PLOT" G.plot() print "AFTER DOT-PLOT" print "BEFORE DOT-SHOW" G.show() print ("AFTER DOT-SHOW ", i) print ("BEFORE PLOT ", i) plot(G) print ("AFTER PLOT ", i)
BEFORE SHOW
d3-based renderer not yet implemented
AFTER SHOW BEFORE DOT-PLOT
AFTER DOT-PLOT BEFORE DOT-SHOW
('AFTER DOT-SHOW ', 0) ('BEFORE PLOT ', 0)
('AFTER PLOT ', 0)