GraphEmbedding
GraphEmbedding[g] gives coordinates of the vertices of the graph g.
GraphEmbedding[g, "emb"]gives coordinates of the vertices of the graphgusing the embedding"emb".GraphEmbedding[g, "emb", dim]gives coordinates in dimensiondimof the vertices of the graphgusing the embedding"emb".
Examples
GraphEmbedding[CompleteGraph[5]]GraphEmbedding[PetersenGraph[5, 2], "CircularEmbedding"]Please visit the official Wolfram Language Reference for more details.