WheelGraph(5);.mws
>
with(GraphTheory):with(SpecialGraphs):
>
W := WheelGraph(5);
>
DrawGraph(W);
>
DrawGraph(W,style=spring,dimension=3);
>