Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Create a graph on a map with communities highlighted with different colors
ResourceFunction["GeoCommunityGraphPlot"][g] generates a geographic plot showing the community structure of the graph g. |
Create a community graph plot of some European cities:
In[1]:= |
Out[1]= |
Nest the operation of finding bordering countries for a country to create a graph of bordering countries in Europe, Africa, and Asia:
In[2]:= |
Plot the graph on a map:
In[3]:= |
Out[3]= |
Visualize a graph of the 49 administrative divisions of the continental states including the District of Columbia:
In[4]:= |
In[5]:= |
Out[5]= |
This work is licensed under a Creative Commons Attribution 4.0 International License