Wolfram Language

Graphs and Networks

Network of Wolfram Language Functions

Generate a network of "nearby" functions in the Wolfram Language with the new NestGraph function.

In[1]:=
Click for copyable input
func = WolframLanguageData[#, EntityProperty["WolframLanguageSymbol", "RelatedSymbols"]] &;
In[2]:=
Click for copyable input
g = NestGraph[func, Entity["WolframLanguageSymbol", "Nest"], 2, VertexLabels -> "Name", VertexLabelStyle -> 6]
Out[2]=

Show communities.

In[3]:=
Click for copyable input
CommunityGraphPlot[g]
Out[3]=

Related Examples

de es fr ja ko pt-br ru zh