Glossary

`nx.circular_layout(G)`

places all nodes evenly around a circle. Useful when the identity of nodes is more important than the graph structure, or when the graph has roughly uniform structure (no meaningful clusters). Circular layouts are poor for large graphs because edges crisscross the interior.

Learn More

Related Terms