PlanarEmbedding.get_data

PlanarEmbedding.get_data()[source]

Converts the adjacency structure into a better readable structure.

Returns:
embeddingdict

A dict mapping all nodes to a list of neighbors sorted in clockwise order.

See also

set_data