If you have access to Mathematica, then you just need to perform $$ \verb bAdjacencyGraph[A,VertexCoordinates->Coordinates]b $$ where $A$ is your adjacency matrix, and $\verb bCoordinatesb$ is a list of the form $$ \\{\\{x_1,y_1\\},\\{x_2,y_2\\},\ldots,\\{x_n,y_n\\}\\} $$