Question: GraphTheory[DrawGraph] inside a for-loop

Hallo,

I have a list of graphs made correctly with the package GraphTheory: g=[g[1],g[2],g[3]], where g[1], g[2] and g[3] are graph objects. GraphTheory[DrawGraph] inside a for-loop doesn't work. GraphTheory[DrawGraph](g) draws all graphs simultaneously. How can I draw the single graphs of the list successively when the number of members in g is a variable?

Thanks.

Please Wait...