Oh. I see. It's just that the default layout does not like disconnected
graphs at all. Your graph ha many connected components, and it would be
best to print them independently :-)
for cc in CG.connected_components_subgraphs():
cc.show()
Nathann
--
You received this message because you are subscribed to the Google Groups
"sage-support" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
Visit this group at http://groups.google.com/group/sage-support?hl=en.