| Wolfram Technology Guide: Fully Automated Graph Layout | ◄ previous | next ► |
In[1]:= | GraphPlot[
Flatten[Thread[# -> CountryData[#, "BorderingCountries"]] & /@
CountryData["SouthAmerica"]],
VertexRenderingFunction -> (Inset[
Show[CountryData[#2, "Shape"], ImageSize -> 30], #] &),
MultiedgeStyle -> None] |
Out[1]= ![]() | ![]() |