Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Make a word cloud from strings of names for symbols and functions
ResourceFunction["WordCloudFromNames"][data] creates a word cloud of Wolfram Language function names that make up data. |
Make a word cloud of every symbol:
In[1]:= |
Out[1]= |
Create a word cloud of functions with graph by using IgnoreCase to select functions like GraphData with big G and functions like Subgraph with little g:
In[2]:= |
Out[2]= |
WordCloudFromNames accepts all the options of WordCloud:
In[3]:= |
Out[3]= |
Generate a word cloud from a shape in the form of a image of a heart:
In[4]:= |
Out[4]= |
Generate a region from a polygon and make a word cloud:
In[5]:= |
Out[5]= |
In[6]:= |
Out[6]= |
In[7]:= |
Out[7]= |
This work is licensed under a Creative Commons Attribution 4.0 International License