| New in Wolfram Mathematica 6: Fully Automated Graph Layout | ◄ previous | next ► |
3D Graph Layout
Mathematica 6 automatically lays out graphs not only in 2D but also in 3D.
In[1]:= | GraphPlot3D[Table[i -> Mod[i^2, 75], {i, 75}], SelfLoopStyle -> None,
MultiedgeStyle -> None,
EdgeRenderingFunction -> ({Yellow, Cylinder[#, 0.1]} &),
VertexRenderingFunction -> ({Red, Sphere[#, 0.2]} &)] |
Out[1]= ![]() | ![]() |



