Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Create a noncontiguous cartogram
ResourceFunction["NoncontiguousCartogram"][loc→val] displays location loc with area scaled according to val. | |
ResourceFunction["NoncontiguousCartogram"][{loc1→val1,loc2→val2,…}] displays the loci with areas scaled according to the vali. |
Make a noncontiguous cartogram with squares:
In[1]:= |
Out[1]= |
Create a noncontiguous cartogram of the countries of the East African Community (EAC) by their Gross Domestic Product (GDP):
In[2]:= |
Out[2]= |
Create a noncontiguous cartogram of US states based on the fraction of their population not born in the US:
In[3]:= |
Use automatic arrangement:
In[4]:= |
Out[4]= |
Use a List of rules of GeoPosition polygons with their respective values:
In[5]:= |
Out[5]= |
Use an Association of rules of GeoPosition polygons with their respective values:
In[6]:= |
Out[6]= |
This work is licensed under a Creative Commons Attribution 4.0 International License