User Portlet
| Discussions |
|---|
| If you're using Graph, then supply the VertexCoordinates -> {} to specify the coordinates of the vertices. Note that these must be supplied in the order of the vertex nodes, I think.[mcode]points = {{1, 2}, {2, -1}, {3, 1}} Graph[{1... |