Wolfram Language Paclet Repository
Community-contributed installable additions to the Wolfram Language
Call graph generation
Contributed by: Anton Antonov
To install this paclet in your Wolfram Language environment,
evaluate this code:
PacletInstall["AntonAntonov/CallGraph"]
To load the code after installation, evaluate this code:
Needs["AntonAntonov`CallGraph`"]
Get a paclet:
In[1]:= |
Generate a call graph with usage tooltips:
In[2]:= |
Out[2]= |
Generate a call graph with exclusions:
In[3]:= |
Out[3]= |
Generate call graph with buttons to print definitions:
In[4]:= |
Out[5]= |
Generate circular embedding graph edge coloring:
In[6]:= |
Out[8]= |