First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered 3 years ago

licheng gravatar image

plot all non-isomorphic graphs on 4 vertices

show(graphics_array([g.plot(vertex_size=30,vertex_labels=False) for g in list(graphs(4))]),figsize=5)

image description

click to hide/show revision 2
No.2 Revision

plot all non-isomorphic graphs on 4 vertices

show(graphics_array([g.plot(vertex_size=30,vertex_labels=False) for g in list(graphs(4))]),figsize=5)

image description

click to hide/show revision 3
No.3 Revision

plot all non-isomorphic graphs on 4 vertices

show(graphics_array([g.plot(vertex_size=30,vertex_labels=False) for g in list(graphs(4))]),figsize=5)