| 1 | initial version |
I think that the graphs_list.show_graphs is the function you are looking for. Using the notation from above you can execute
sage: graphs_list.show_graphs(glist)
This will display the graphs in glist in blocks of at most 20 graphs. Further details at the user [manual].
| 2 | No.2 Revision |
I think that the graphs_list.show_graphs is the function you are looking for. Using the notation from above you can execute
sage: graphs_list.show_graphs(glist)
This will display the graphs in glist in blocks of at most 20 graphs. Further details at the user [manual].manual.
EDIT: Updated link formatting, link not rendering correctly.
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.