Star-shaped graph in dot?

dot, graphviz

Solution

Try `twopi` as the layouter and select radial layout.

Problem

Ḧi, I'd like to draw a graph using the dot language that looks like a star ( a central node, wih all the other nodes with one link to this other node). I've been googling around without finding much. Do you have a basic example ? thanks

Original source