LCFGraph([3,-3], 4).mws
>
with(GraphTheory):with(SpecialGraphs):
>
G := LCFGraph([3,-3], 4);
>
DrawGraph(G);
>
DrawGraph(G,style=spring,dimension=3);
>