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.