New in Wolfram
Mathematica
6: Fully Automated Graph Layout
◄
previous
|
next
►
Rearrange Graphs Interactively
With its integrated interactive graphics system and underlying symbolic representation,
Mathematica
6 makes it possible to modify graphs by hand without losing connectivity.
In[1]:=
GraphPlot[Table[i -> Mod[2^i, 100], {i, 100}]]
Out[1]=