OctahedronGraph().mws

>    with(GraphTheory):with(SpecialGraphs):

>    G := OctahedronGraph();

G := `Graph 12: an undirected unweighted graph with 6 vertices and 12 edge(s)`

>    DrawGraph(G);

[Maple Plot]

>    DrawGraph(G,style=spring,dimension=3);

[Maple Plot]

>