TranslateVertices[v,{x,y}]
adds the vector 
 to the vertex embedding location of each vertex in list 
. 
TranslateVertices[g,{x,y}]
translates the embedding of the graph 
 by the vector 
.
Details and Options
  
    
   See Also
 Tech Notes
 Related Guides
 Combinatorica`
   Combinatorica`
  TranslateVertices
As of Version 10, most of the functionality of the Combinatorica package is built into the Wolfram System. »
TranslateVertices[v,{x,y}]
adds the vector 
 to the vertex embedding location of each vertex in list 
. 
TranslateVertices[g,{x,y}]
translates the embedding of the graph 
 by the vector 
.
Details and Options
- TranslateVertices functionality is now available in the built-in Wolfram Language function VertexCoordinates.
 - To use TranslateVertices, you first need to load the Combinatorica Package using Needs["Combinatorica`"].
 
See Also
Tech Notes
Related Guides
- 
    ▪
    
 - Displaying Graphs ▪
 - Graphs & Networks ▪
 - Graph Visualization ▪
 - Computation on Graphs ▪
 - Graph Construction & Representation ▪
 - Graphs and Matrices ▪
 - Graph Properties & Measurements ▪
 - Graph Operations and Modifications ▪
 - Statistical Analysis ▪
 - Social Network Analysis ▪
 - Graph Properties ▪
 - Mathematical Data Formats ▪
 - Discrete Mathematics